#60D2CF

Color #60D2CF Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #60D2CF

Tints of Medium Turquoise #60D2CF

Color information

#60D2CF (or 0x60D2CF) is unknown color: approx Medium Turquoise. HEX triplet: 60, D2 and CF. RGB value is (96,210,207). Sum of RGB (Red+Green+Blue) = 96+210+207=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #60D2CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2CF is #9F2D30. Grayscale: #AFAFAF. Windows color (decimal): -10431793 or 13619808. OLE color: 13619808.

HSL color Cylindrical-coordinate representation of color #60D2CF: hue angle of 178.42º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D2CF is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB96210207-
CMYK0.5400.010.18
HSL178.42º55.88%60%-
HSV(B)178.42º54.29%82.35%-
XYZ39.1353.0867.22-
YUV175.57145.7371.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 18.71%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 207 (81.25% from 255) = 40.35%
R=18.71%
G=40.94%
B=40.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal962102070.5400.010.18178.4255.8860
Hex60D2CF360112b2383c
Octal1403223176601222627074
Binary11000001101001011001111110110011001010110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60D2CF; }

 p { color: rgb(96,210,207); }

 H1.HeaderClassName
 {
   color: #60D2CF;
 }
 .AnyTagClassName
 {
   color: #60D2CF;
 }
</style>
background-color css

<style>
 a { background-color: #60D2CF; }

 a { background-color: rgb(96,210,207); }

 div.DivClassName
 {
   background-color: #60D2CF;
 }
 .BgClassName
 {
   background-color: #60D2CF;
 }
</style>
border-color css

<style>
 span { border-color: #60D2CF; }

 span { border-color: rgb(96,210,207); }

 td.TdClassName
 {
   border-color: #60D2CF;
 }
 .TagClassName
 {
   border-color: #60D2CF;
 }
</style>