#60CCD9

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

Shades of Turquoise Blue #60CCD9

Tints of Turquoise Blue #60CCD9

Color information

#60CCD9 (or 0x60CCD9) is unknown color: approx Turquoise Blue. HEX triplet: 60, CC and D9. RGB value is (96,204,217). Sum of RGB (Red+Green+Blue) = 96+204+217=517 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.57% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #60CCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCD9 is #9F3326. Grayscale: #ADADAD. Windows color (decimal): -10433319 or 14273632. OLE color: 14273632.

HSL color Cylindrical-coordinate representation of color #60CCD9: hue angle of 186.45º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60CCD9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96204217-
CMYK0.560.0600.15
HSL186.45º61.42%61.37%-
HSV(B)186.45º55.76%85.1%-
XYZ38.9450.6873.38-
YUV173.19152.7272.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.57%
GREEN value IS 204 (80.08% from 255) = 39.46%
BLUE value IS 217 (85.16% from 255) = 41.97%
R=18.57%
G=39.46%
B=41.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962042170.560.0600.15186.4561.4261.37
Hex60CCD93860Fba3d3d
Octal1403143317060172727575
Binary110000011001100110110011110001100111110111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,217); }

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

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

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

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

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

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

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