#60DDDD

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

Shades of Turquoise Blue #60DDDD

Tints of Turquoise Blue #60DDDD

Color information

#60DDDD (or 0x60DDDD) is unknown color: approx Turquoise Blue. HEX triplet: 60, DD and DD. RGB value is (96,221,221). Sum of RGB (Red+Green+Blue) = 96+221+221=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #60DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDDD is #9F2222. Grayscale: #B7B7B7. Windows color (decimal): -10428963 or 14540128. OLE color: 14540128.

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

Color convert

RGB96221221-
CMYK0.57000.13
HSL180º64.77%62.16%-
HSV(B)180º56.56%86.67%-
XYZ43.7359.4277.57-
YUV183.62149.0965.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.84%
GREEN value IS 221 (86.72% from 255) = 41.08%
BLUE value IS 221 (86.72% from 255) = 41.08%
R=17.84%
G=41.08%
B=41.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962212210.57000.1318064.7762.16
Hex60DDDD3900Db4413e
Octal14033533571001526410176
Binary11000001101110111011101111001001101101101001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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