#60D5D7

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

Shades of Turquoise Blue #60D5D7

Tints of Turquoise Blue #60D5D7

Color information

#60D5D7 (or 0x60D5D7) is unknown color: approx Turquoise Blue. HEX triplet: 60, D5 and D7. RGB value is (96,213,215). Sum of RGB (Red+Green+Blue) = 96+213+215=524 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.32% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #60D5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5D7 is #9F2A28. Grayscale: #B2B2B2. Windows color (decimal): -10431017 or 14144864. OLE color: 14144864.

HSL color Cylindrical-coordinate representation of color #60D5D7: hue angle of 181.01º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D5D7 is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96213215-
CMYK0.550.0100.16
HSL181.01º59.8%60.98%-
HSV(B)181.01º55.35%84.31%-
XYZ40.8854.9872.75-
YUV178.24148.7469.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.32%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=18.32%
G=40.65%
B=41.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962132150.550.0100.16181.0159.860.98
Hex60D5D7371010b53c3d
Octal1403253276710202657475
Binary11000001101010111010111110111101000010110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,213,215); }

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

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

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

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

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

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

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