#62F1DC

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

Shades of Turquoise Blue #62F1DC

Tints of Turquoise Blue #62F1DC

Color information

#62F1DC (or 0x62F1DC) is unknown color: approx Turquoise Blue. HEX triplet: 62, F1 and DC. RGB value is (98,241,220). Sum of RGB (Red+Green+Blue) = 98+241+220=559 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.53% from 559); Green value is 241 (94.53% from 255 or 43.11% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 241 - color contains mainly: green. Hex color #62F1DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F1DC is #9D0E23. Grayscale: #C3C3C3. Windows color (decimal): -10292772 or 14479714. OLE color: 14479714.

HSL color Cylindrical-coordinate representation of color #62F1DC: hue angle of 171.19º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62F1DC is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB98241220-
CMYK0.5900.090.05
HSL171.19º83.63%66.47%-
HSV(B)171.19º59.34%94.51%-
XYZ49.4170.6778.75-
YUV195.85141.6258.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.53%
GREEN value IS 241 (94.53% from 255) = 43.11%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=17.53%
G=43.11%
B=39.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal982412200.5900.090.05171.1983.6366.47
Hex62F1DC3B095ab5442
Octal142361334730115253124102
Binary11000101111000111011100111011010011011010101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,241,220); }

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

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

 a { background-color: rgb(98,241,220); }

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

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

 span { border-color: rgb(98,241,220); }

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