#60CED5

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

Shades of Turquoise Blue #60CED5

Tints of Turquoise Blue #60CED5

Color information

#60CED5 (or 0x60CED5) is unknown color: approx Turquoise Blue. HEX triplet: 60, CE and D5. RGB value is (96,206,213). Sum of RGB (Red+Green+Blue) = 96+206+213=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #60CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CED5 is #9F312A. Grayscale: #ADADAD. Windows color (decimal): -10432811 or 14012000. OLE color: 14012000.

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

Color convert

RGB96206213-
CMYK0.550.0300.16
HSL183.59º58.21%60.59%-
HSV(B)183.59º54.93%83.53%-
XYZ38.9151.4370.83-
YUV173.91150.0672.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.64%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=18.64%
G=40%
B=41.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962062130.550.0300.16183.5958.2160.59
Hex60CED5373010b83a3d
Octal1403163256730202707275
Binary110000011001110110101011101111101000010111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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