#60D5DC

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

Shades of Turquoise Blue #60D5DC

Tints of Turquoise Blue #60D5DC

Color information

#60D5DC (or 0x60D5DC) is unknown color: approx Turquoise Blue. HEX triplet: 60, D5 and DC. RGB value is (96,213,220). Sum of RGB (Red+Green+Blue) = 96+213+220=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #60D5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D5DC is #9F2A23. Grayscale: #B2B2B2. Windows color (decimal): -10431012 or 14472544. OLE color: 14472544.

HSL color Cylindrical-coordinate representation of color #60D5DC: hue angle of 183.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60D5DC is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96213220-
CMYK0.560.0300.14
HSL183.39º63.92%61.96%-
HSV(B)183.39º56.36%86.27%-
XYZ41.5455.2476.18-
YUV178.82151.2468.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.15%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=18.15%
G=40.26%
B=41.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962132200.560.0300.14183.3963.9261.96
Hex60D5DC3830Eb7403e
Octal14032533470301626710076
Binary110000011010101110111001110001101110101101111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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