#62D5F6

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

Shades of Turquoise Blue #62D5F6

Tints of Turquoise Blue #62D5F6

Color information

#62D5F6 (or 0x62D5F6) is unknown color: approx Turquoise Blue. HEX triplet: 62, D5 and F6. RGB value is (98,213,246). Sum of RGB (Red+Green+Blue) = 98+213+246=557 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.59% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #62D5F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62D5F6 is #9D2A09. Grayscale: #B6B6B6. Windows color (decimal): -10299914 or 16176482. OLE color: 16176482.

HSL color Cylindrical-coordinate representation of color #62D5F6: hue angle of 193.38º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62D5F6 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB98213246-
CMYK0.600.1300.04
HSL193.38º89.16%67.45%-
HSV(B)193.38º60.16%96.47%-
XYZ45.4756.8495.76-
YUV182.38163.967.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.59%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 246 (96.48% from 255) = 44.17%
R=17.59%
G=38.24%
B=44.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal982132460.600.1300.04193.3889.1667.45
Hex62D5F63CD04c15943
Octal142325366741504301131103
Binary11000101101010111110110111100110101001100000110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62D5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,213,246); }

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

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

 a { background-color: rgb(98,213,246); }

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

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

 span { border-color: rgb(98,213,246); }

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