#60CDD5

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

Shades of Turquoise Blue #60CDD5

Tints of Turquoise Blue #60CDD5

Color information

#60CDD5 (or 0x60CDD5) is unknown color: approx Turquoise Blue. HEX triplet: 60, CD and D5. RGB value is (96,205,213). Sum of RGB (Red+Green+Blue) = 96+205+213=514 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.68% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #60CDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDD5 is #9F322A. Grayscale: #ADADAD. Windows color (decimal): -10433067 or 14011744. OLE color: 14011744.

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

Color convert

RGB96205213-
CMYK0.550.0400.16
HSL184.1º58.21%60.59%-
HSV(B)184.1º54.93%83.53%-
XYZ38.6750.9570.75-
YUV173.32150.3972.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.68%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 213 (83.59% from 255) = 41.44%
R=18.68%
G=39.88%
B=41.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962052130.550.0400.16184.158.2160.59
Hex60CDD5374010b83a3d
Octal1403153256740202707275
Binary1100000110011011101010111011110001000010111000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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