#60D8DF

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

Shades of Turquoise Blue #60D8DF

Tints of Turquoise Blue #60D8DF

Color information

#60D8DF (or 0x60D8DF) is unknown color: approx Turquoise Blue. HEX triplet: 60, D8 and DF. RGB value is (96,216,223). Sum of RGB (Red+Green+Blue) = 96+216+223=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #60D8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D8DF is #9F2720. Grayscale: #B4B4B4. Windows color (decimal): -10430241 or 14669920. OLE color: 14669920.

HSL color Cylindrical-coordinate representation of color #60D8DF: hue angle of 183.31º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60D8DF is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96216223-
CMYK0.570.0300.13
HSL183.31º66.49%62.55%-
HSV(B)183.31º56.95%87.45%-
XYZ42.756.9378.55-
YUV180.92151.7467.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.94%
GREEN value IS 216 (84.77% from 255) = 40.37%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=17.94%
G=40.37%
B=41.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962162230.570.0300.13183.3166.4962.55
Hex60D8DF3930Db7423f
Octal14033033771301526710277
Binary110000011011000110111111110011101101101101111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,216,223); }

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

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

 a { background-color: rgb(96,216,223); }

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

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

 span { border-color: rgb(96,216,223); }

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