#62CEE6

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

Shades of Turquoise Blue #62CEE6

Tints of Turquoise Blue #62CEE6

Color information

#62CEE6 (or 0x62CEE6) is unknown color: approx Turquoise Blue. HEX triplet: 62, CE and E6. RGB value is (98,206,230). Sum of RGB (Red+Green+Blue) = 98+206+230=534 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.35% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #62CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62CEE6 is #9D3119. Grayscale: #B0B0B0. Windows color (decimal): -10301722 or 15126114. OLE color: 15126114.

HSL color Cylindrical-coordinate representation of color #62CEE6: hue angle of 190.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62CEE6 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB98206230-
CMYK0.570.1000.10
HSL190.91º72.53%64.31%-
HSV(B)190.91º57.39%90.2%-
XYZ41.3952.4582.81-
YUV176.44158.2272.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.35%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 230 (90.23% from 255) = 43.07%
R=18.35%
G=38.58%
B=43.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal982062300.570.1000.10190.9172.5364.31
Hex62CEE639A0Abf4940
Octal1423163467112012277111100
Binary110001011001110111001101110011010010101011111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,206,230); }

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

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

 a { background-color: rgb(98,206,230); }

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

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

 span { border-color: rgb(98,206,230); }

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