#62D1D2

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

Shades of Turquoise Blue #62D1D2

Tints of Turquoise Blue #62D1D2

Color information

#62D1D2 (or 0x62D1D2) is unknown color: approx Turquoise Blue. HEX triplet: 62, D1 and D2. RGB value is (98,209,210). Sum of RGB (Red+Green+Blue) = 98+209+210=517 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.96% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 210 (82.42% from 255 or 40.62% from 517); Max value from RGB is 210 - color contains mainly: blue. Hex color #62D1D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D1D2 is #9D2E2D. Grayscale: #AFAFAF. Windows color (decimal): -10300974 or 13816162. OLE color: 13816162.

HSL color Cylindrical-coordinate representation of color #62D1D2: hue angle of 180.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62D1D2 is Cyan = 0.53, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB98209210-
CMYK0.530.0000.18
HSL180.54º55.45%60.39%-
HSV(B)180.54º53.33%82.35%-
XYZ39.4752.8569.09-
YUV175.92147.2372.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.96%
GREEN value IS 209 (82.03% from 255) = 40.43%
BLUE value IS 210 (82.42% from 255) = 40.62%
R=18.96%
G=40.43%
B=40.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal982092100.530.0000.18180.5455.4560.39
Hex62D1D2350012b5373c
Octal1423213226500222656774
Binary11000101101000111010010110101001001010110101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62D1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,209,210); }

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

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

 a { background-color: rgb(98,209,210); }

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

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

 span { border-color: rgb(98,209,210); }

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