#60D1DB

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

Shades of Turquoise Blue #60D1DB

Tints of Turquoise Blue #60D1DB

Color information

#60D1DB (or 0x60D1DB) is unknown color: approx Turquoise Blue. HEX triplet: 60, D1 and DB. RGB value is (96,209,219). Sum of RGB (Red+Green+Blue) = 96+209+219=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #60D1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D1DB is #9F2E24. Grayscale: #B0B0B0. Windows color (decimal): -10432037 or 14405984. OLE color: 14405984.

HSL color Cylindrical-coordinate representation of color #60D1DB: hue angle of 184.88º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D1DB is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96209219-
CMYK0.560.0500.14
HSL184.88º63.08%61.76%-
HSV(B)184.88º56.16%85.88%-
XYZ40.4153.275.16-
YUV176.35152.0670.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.32%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 219 (85.94% from 255) = 41.79%
R=18.32%
G=39.89%
B=41.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962092190.560.0500.14184.8863.0861.76
Hex60D1DB3850Eb93f3e
Octal1403213337050162717776
Binary110000011010001110110111110001010111010111001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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