#60c9d9

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

Shades of Turquoise Blue #60C9D9

Tints of Turquoise Blue #60C9D9

Color information

#60C9D9 (or 0x60C9D9) is unknown color: approx Turquoise Blue. HEX triplet: 60, C9 and D9. RGB value is (96,201,217). Sum of RGB (Red+Green+Blue) = 96+201+217=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #60C9D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C9D9 is #9F3626. Grayscale: #ABABAB. Windows color (decimal): -10434087 or 14272864. OLE color: 14272864.

HSL color Cylindrical-coordinate representation of color #60C9D9: hue angle of 187.93º 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 #60C9D9 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96201217-
CMYK0.560.0700.15
HSL187.93º61.42%61.37%-
HSV(B)187.93º55.76%85.1%-
XYZ38.2349.2773.14-
YUV171.43153.7174.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.68%
GREEN value IS 201 (78.91% from 255) = 39.11%
BLUE value IS 217 (85.16% from 255) = 42.22%
R=18.68%
G=39.11%
B=42.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962012170.560.0700.15187.9361.4261.37
Hex60C9D93870Fbc3d3d
Octal1403113317070172747575
Binary110000011001001110110011110001110111110111100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60c9d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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