#62DADC

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

Shades of Turquoise Blue #62DADC

Tints of Turquoise Blue #62DADC

Color information

#62DADC (or 0x62DADC) is unknown color: approx Turquoise Blue. HEX triplet: 62, DA and DC. RGB value is (98,218,220). Sum of RGB (Red+Green+Blue) = 98+218+220=536 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.28% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #62DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DADC is #9D2523. Grayscale: #B6B6B6. Windows color (decimal): -10298660 or 14473826. OLE color: 14473826.

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

Color convert

RGB98218220-
CMYK0.550.0100.14
HSL180.98º63.54%62.35%-
HSV(B)180.98º55.45%86.27%-
XYZ43.0357.9176.62-
YUV182.35149.2467.84-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.28%
GREEN value IS 218 (85.55% from 255) = 40.67%
BLUE value IS 220 (86.33% from 255) = 41.04%
R=18.28%
G=40.67%
B=41.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal982182200.550.0100.14180.9863.5462.35
Hex62DADC3710Eb5403e
Octal14233233467101626510076
Binary11000101101101011011100110111101110101101011000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,218,220); }

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

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

 a { background-color: rgb(98,218,220); }

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

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

 span { border-color: rgb(98,218,220); }

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