#62f0dd

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

Shades of Turquoise Blue #62F0DD

Tints of Turquoise Blue #62F0DD

Color information

#62F0DD (or 0x62F0DD) is unknown color: approx Turquoise Blue. HEX triplet: 62, F0 and DD. RGB value is (98,240,221). Sum of RGB (Red+Green+Blue) = 98+240+221=559 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.53% from 559); Green value is 240 (94.14% from 255 or 42.93% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 240 - color contains mainly: green. Hex color #62F0DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F0DD is #9D0F22. Grayscale: #C3C3C3. Windows color (decimal): -10293027 or 14544994. OLE color: 14544994.

HSL color Cylindrical-coordinate representation of color #62F0DD: hue angle of 171.97º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62F0DD is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB98240221-
CMYK0.5900.080.06
HSL171.97º82.56%66.27%-
HSV(B)171.97º59.17%94.12%-
XYZ49.2570.1479.35-
YUV195.38142.4658.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.53%
GREEN value IS 240 (94.14% from 255) = 42.93%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=17.53%
G=42.93%
B=39.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal982402210.5900.080.06171.9782.5666.27
Hex62F0DD3B086ac5342
Octal142360335730106254123102
Binary11000101111000011011101111011010001101010110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62f0dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,240,221); }

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

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

 a { background-color: rgb(98,240,221); }

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

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

 span { border-color: rgb(98,240,221); }

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