#62DFF2

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

Shades of Turquoise Blue #62DFF2

Tints of Turquoise Blue #62DFF2

Color information

#62DFF2 (or 0x62DFF2) is unknown color: approx Turquoise Blue. HEX triplet: 62, DF and F2. RGB value is (98,223,242). Sum of RGB (Red+Green+Blue) = 98+223+242=563 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.41% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #62DFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62DFF2 is #9D200D. Grayscale: #BBBBBB. Windows color (decimal): -10297358 or 15916898. OLE color: 15916898.

HSL color Cylindrical-coordinate representation of color #62DFF2: hue angle of 187.92º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62DFF2 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98223242-
CMYK0.600.0800.05
HSL187.92º84.71%66.67%-
HSV(B)187.92º59.5%94.9%-
XYZ47.4561.7893.43-
YUV187.79158.5963.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.41%
GREEN value IS 223 (87.5% from 255) = 39.61%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=17.41%
G=39.61%
B=42.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal982232420.600.0800.05187.9284.7166.67
Hex62DFF23C805bc5543
Octal142337362741005274125103
Binary11000101101111111110010111100100001011011110010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,223,242); }

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

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

 a { background-color: rgb(98,223,242); }

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

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

 span { border-color: rgb(98,223,242); }

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