#60D3DF

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

Shades of Turquoise Blue #60D3DF

Tints of Turquoise Blue #60D3DF

Color information

#60D3DF (or 0x60D3DF) is unknown color: approx Turquoise Blue. HEX triplet: 60, D3 and DF. RGB value is (96,211,223). Sum of RGB (Red+Green+Blue) = 96+211+223=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #60D3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D3DF is #9F2C20. Grayscale: #B1B1B1. Windows color (decimal): -10431521 or 14668640. OLE color: 14668640.

HSL color Cylindrical-coordinate representation of color #60D3DF: hue angle of 185.67º 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 #60D3DF is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96211223-
CMYK0.570.0500.13
HSL185.67º66.49%62.55%-
HSV(B)185.67º56.95%87.45%-
XYZ41.4454.478.13-
YUV177.98153.469.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.11%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=18.11%
G=39.81%
B=42.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962112230.570.0500.13185.6766.4962.55
Hex60D3DF3950Dba423f
Octal14032333771501527210277
Binary1100000110100111101111111100110101101101110101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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