#60DBE0

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

Shades of Turquoise Blue #60DBE0

Tints of Turquoise Blue #60DBE0

Color information

#60DBE0 (or 0x60DBE0) is unknown color: approx Turquoise Blue. HEX triplet: 60, DB and E0. RGB value is (96,219,224). Sum of RGB (Red+Green+Blue) = 96+219+224=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #60DBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DBE0 is #9F241F. Grayscale: #B6B6B6. Windows color (decimal): -10429472 or 14736224. OLE color: 14736224.

HSL color Cylindrical-coordinate representation of color #60DBE0: hue angle of 182.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DBE0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB96219224-
CMYK0.570.0200.12
HSL182.34º67.37%62.75%-
HSV(B)182.34º57.14%87.84%-
XYZ43.6158.5379.52-
YUV182.79151.2566.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.81%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=17.81%
G=40.63%
B=41.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962192240.570.0200.12182.3467.3762.75
Hex60DBE03920Cb6433f
Octal14033334071201426610377
Binary110000011011011111000001110011001100101101101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,219,224); }

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

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

 a { background-color: rgb(96,219,224); }

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

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

 span { border-color: rgb(96,219,224); }

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