#62DAEA

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

Shades of Turquoise Blue #62DAEA

Tints of Turquoise Blue #62DAEA

Color information

#62DAEA (or 0x62DAEA) is unknown color: approx Turquoise Blue. HEX triplet: 62, DA and EA. RGB value is (98,218,234). Sum of RGB (Red+Green+Blue) = 98+218+234=550 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.82% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #62DAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DAEA is #9D2515. Grayscale: #B7B7B7. Windows color (decimal): -10298646 or 15391330. OLE color: 15391330.

HSL color Cylindrical-coordinate representation of color #62DAEA: hue angle of 187.06º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62DAEA is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB98218234-
CMYK0.580.0700.08
HSL187.06º76.4%65.1%-
HSV(B)187.06º58.12%91.76%-
XYZ44.9658.6886.8-
YUV183.94156.2466.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.82%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=17.82%
G=39.64%
B=42.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal982182340.580.0700.08187.0676.465.1
Hex62DAEA3A708bb4c41
Octal142332352727010273114101
Binary11000101101101011101010111010111010001011101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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