#60CDD9

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

Shades of Turquoise Blue #60CDD9

Tints of Turquoise Blue #60CDD9

Color information

#60CDD9 (or 0x60CDD9) is unknown color: approx Turquoise Blue. HEX triplet: 60, CD and D9. RGB value is (96,205,217). Sum of RGB (Red+Green+Blue) = 96+205+217=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #60CDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDD9 is #9F3226. Grayscale: #ADADAD. Windows color (decimal): -10433063 or 14273888. OLE color: 14273888.

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

Color convert

RGB96205217-
CMYK0.560.0600.15
HSL185.95º61.42%61.37%-
HSV(B)185.95º55.76%85.1%-
XYZ39.1851.1673.46-
YUV173.78152.3972.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.53%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 217 (85.16% from 255) = 41.89%
R=18.53%
G=39.58%
B=41.89%

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
Decimal962052170.560.0600.15185.9561.4261.37
Hex60CDD93860Fba3d3d
Octal1403153317060172727575
Binary110000011001101110110011110001100111110111010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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