#60d2d7

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

Shades of Turquoise Blue #60D2D7

Tints of Turquoise Blue #60D2D7

Color information

#60D2D7 (or 0x60D2D7) is unknown color: approx Turquoise Blue. HEX triplet: 60, D2 and D7. RGB value is (96,210,215). Sum of RGB (Red+Green+Blue) = 96+210+215=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #60D2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D2D7 is #9F2D28. Grayscale: #B0B0B0. Windows color (decimal): -10431785 or 14144096. OLE color: 14144096.

HSL color Cylindrical-coordinate representation of color #60D2D7: hue angle of 182.52º 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 #60D2D7 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96210215-
CMYK0.550.0200.16
HSL182.52º59.8%60.98%-
HSV(B)182.52º55.35%84.31%-
XYZ40.1453.4972.5-
YUV176.48149.7370.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.43%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=18.43%
G=40.31%
B=41.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962102150.550.0200.16182.5259.860.98
Hex60D2D7372010b73c3d
Octal1403223276720202677475
Binary110000011010010110101111101111001000010110111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60d2d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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