#60E9D3

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

Shades of Turquoise #60E9D3

Tints of Turquoise #60E9D3

Color information

#60E9D3 (or 0x60E9D3) is unknown color: approx Turquoise. HEX triplet: 60, E9 and D3. RGB value is (96,233,211). Sum of RGB (Red+Green+Blue) = 96+233+211=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E9D3 is #9F162C. Grayscale: #BDBDBD. Windows color (decimal): -10425901 or 13887840. OLE color: 13887840.

HSL color Cylindrical-coordinate representation of color #60E9D3: hue angle of 170.36º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E9D3 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB96233211-
CMYK0.5900.090.09
HSL170.36º75.69%64.51%-
HSV(B)170.36º58.8%91.37%-
XYZ45.7265.4771.85-
YUV189.53140.1161.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.78%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=17.78%
G=43.15%
B=39.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962332110.5900.090.09170.3675.6964.51
Hex60E9D33B099aa4c41
Octal1403513237301111252114101
Binary110000011101001110100111110110100110011010101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,233,211); }

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

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

 a { background-color: rgb(96,233,211); }

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

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

 span { border-color: rgb(96,233,211); }

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