#60CCDD

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

Shades of Turquoise Blue #60CCDD

Tints of Turquoise Blue #60CCDD

Color information

#60CCDD (or 0x60CCDD) is unknown color: approx Turquoise Blue. HEX triplet: 60, CC and DD. RGB value is (96,204,221). Sum of RGB (Red+Green+Blue) = 96+204+221=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #60CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCDD is #9F3322. Grayscale: #ADADAD. Windows color (decimal): -10433315 or 14535776. OLE color: 14535776.

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

Color convert

RGB96204221-
CMYK0.570.0800.13
HSL188.16º64.77%62.16%-
HSV(B)188.16º56.56%86.67%-
XYZ39.4750.8976.15-
YUV173.65154.7272.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.43%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 221 (86.72% from 255) = 42.42%
R=18.43%
G=39.16%
B=42.42%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962042210.570.0800.13188.1664.7762.16
Hex60CCDD3980Dbc413e
Octal140314335711001527410176
Binary11000001100110011011101111001100001101101111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,221); }

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

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

 a { background-color: rgb(96,204,221); }

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

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

 span { border-color: rgb(96,204,221); }

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