#62C8D9

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

Shades of Turquoise Blue #62C8D9

Tints of Turquoise Blue #62C8D9

Color information

#62C8D9 (or 0x62C8D9) is unknown color: approx Turquoise Blue. HEX triplet: 62, C8 and D9. RGB value is (98,200,217). Sum of RGB (Red+Green+Blue) = 98+200+217=515 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.03% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #62C8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8D9 is #9D3726. Grayscale: #ABABAB. Windows color (decimal): -10303271 or 14272610. OLE color: 14272610.

HSL color Cylindrical-coordinate representation of color #62C8D9: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62C8D9 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98200217-
CMYK0.550.0800.15
HSL188.57º61.03%61.76%-
HSV(B)188.57º54.84%85.1%-
XYZ38.2248.9173.07-
YUV171.44153.7175.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.03%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=19.03%
G=38.83%
B=42.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal982002170.550.0800.15188.5761.0361.76
Hex62C8D93780Fbd3d3e
Octal14231033167100172757576
Binary1100010110010001101100111011110000111110111101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,200,217); }

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

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

 a { background-color: rgb(98,200,217); }

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

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

 span { border-color: rgb(98,200,217); }

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