#62EAF6

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

Shades of Turquoise Blue #62EAF6

Tints of Turquoise Blue #62EAF6

Color information

#62EAF6 (or 0x62EAF6) is unknown color: approx Turquoise Blue. HEX triplet: 62, EA and F6. RGB value is (98,234,246). Sum of RGB (Red+Green+Blue) = 98+234+246=578 (76% of max value = 765). Red value is 98 (38.67% from 255 or 16.96% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #62EAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EAF6 is #9D1509. Grayscale: #C2C2C2. Windows color (decimal): -10294538 or 16181858. OLE color: 16181858.

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

Color convert

RGB98234246-
CMYK0.600.0500.04
HSL184.86º89.16%67.45%-
HSV(B)184.86º60.16%96.47%-
XYZ51.0968.197.64-
YUV194.7156.9459.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 16.96%
GREEN value IS 234 (91.80% from 255) = 40.48%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=16.96%
G=40.48%
B=42.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal982342460.600.0500.04184.8689.1667.45
Hex62EAF63C504b95943
Octal14235236674504271131103
Binary1100010111010101111011011110010101001011100110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62EAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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