#62DBE0

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

Shades of Turquoise Blue #62DBE0

Tints of Turquoise Blue #62DBE0

Color information

#62DBE0 (or 0x62DBE0) is unknown color: approx Turquoise Blue. HEX triplet: 62, DB and E0. RGB value is (98,219,224). Sum of RGB (Red+Green+Blue) = 98+219+224=541 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.11% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #62DBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBE0 is #9D241F. Grayscale: #B7B7B7. Windows color (decimal): -10298400 or 14736226. OLE color: 14736226.

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

Color convert

RGB98219224-
CMYK0.560.0200.12
HSL182.38º67.02%63.14%-
HSV(B)182.38º56.25%87.84%-
XYZ43.8258.6479.53-
YUV183.39150.9167.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.11%
GREEN value IS 219 (85.94% from 255) = 40.48%
BLUE value IS 224 (87.89% from 255) = 41.40%
R=18.11%
G=40.48%
B=41.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal982192240.560.0200.12182.3867.0263.14
Hex62DBE03820Cb6433f
Octal14233334070201426610377
Binary110001011011011111000001110001001100101101101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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