#60DBDD

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

Shades of Turquoise Blue #60DBDD

Tints of Turquoise Blue #60DBDD

Color information

#60DBDD (or 0x60DBDD) is unknown color: approx Turquoise Blue. HEX triplet: 60, DB and DD. RGB value is (96,219,221). Sum of RGB (Red+Green+Blue) = 96+219+221=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #60DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBDD is #9F2422. Grayscale: #B6B6B6. Windows color (decimal): -10429475 or 14539616. OLE color: 14539616.

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

Color convert

RGB96219221-
CMYK0.570.0100.13
HSL180.96º64.77%62.16%-
HSV(B)180.96º56.56%86.67%-
XYZ43.2158.3777.4-
YUV182.45149.7566.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.91%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=17.91%
G=40.86%
B=41.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962192210.570.0100.13180.9664.7762.16
Hex60DBDD3910Db5413e
Octal14033333571101526510176
Binary11000001101101111011101111001101101101101011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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