#62CAE0

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

Shades of Turquoise Blue #62CAE0

Tints of Turquoise Blue #62CAE0

Color information

#62CAE0 (or 0x62CAE0) is unknown color: approx Turquoise Blue. HEX triplet: 62, CA and E0. RGB value is (98,202,224). Sum of RGB (Red+Green+Blue) = 98+202+224=524 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.70% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #62CAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CAE0 is #9D351F. Grayscale: #ADADAD. Windows color (decimal): -10302752 or 14731874. OLE color: 14731874.

HSL color Cylindrical-coordinate representation of color #62CAE0: hue angle of 190.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62CAE0 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB98202224-
CMYK0.560.1000.12
HSL190.48º67.02%63.14%-
HSV(B)190.48º56.25%87.84%-
XYZ39.6150.2278.13-
YUV173.41156.5474.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.70%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=18.70%
G=38.55%
B=42.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal982022240.560.1000.12190.4867.0263.14
Hex62CAE038A0Cbe433f
Octal142312340701201427610377
Binary11000101100101011100000111000101001100101111101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,202,224); }

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

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

 a { background-color: rgb(98,202,224); }

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

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

 span { border-color: rgb(98,202,224); }

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