#62D4DC

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

Shades of Turquoise Blue #62D4DC

Tints of Turquoise Blue #62D4DC

Color information

#62D4DC (or 0x62D4DC) is unknown color: approx Turquoise Blue. HEX triplet: 62, D4 and DC. RGB value is (98,212,220). Sum of RGB (Red+Green+Blue) = 98+212+220=530 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.49% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #62D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D4DC is #9D2B23. Grayscale: #B2B2B2. Windows color (decimal): -10300196 or 14472290. OLE color: 14472290.

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

Color convert

RGB98212220-
CMYK0.550.0400.14
HSL183.93º63.54%62.35%-
HSV(B)183.93º55.45%86.27%-
XYZ41.554.8576.11-
YUV178.83151.2370.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.49%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=18.49%
G=40%
B=41.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal982122200.550.0400.14183.9363.5462.35
Hex62D4DC3740Eb8403e
Octal14232433467401627010076
Binary1100010110101001101110011011110001110101110001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62D4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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