#62E7DC

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

Shades of Turquoise Blue #62E7DC

Tints of Turquoise Blue #62E7DC

Color information

#62E7DC (or 0x62E7DC) is unknown color: approx Turquoise Blue. HEX triplet: 62, E7 and DC. RGB value is (98,231,220). Sum of RGB (Red+Green+Blue) = 98+231+220=549 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.85% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #62E7DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62E7DC is #9D1823. Grayscale: #BDBDBD. Windows color (decimal): -10295332 or 14477154. OLE color: 14477154.

HSL color Cylindrical-coordinate representation of color #62E7DC: hue angle of 175.04º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62E7DC is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB98231220-
CMYK0.5800.050.09
HSL175.04º73.48%64.51%-
HSV(B)175.04º57.58%90.59%-
XYZ46.5364.9277.79-
YUV189.98144.9462.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 17.85%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=17.85%
G=42.08%
B=40.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal982312200.5800.050.09175.0473.4864.51
Hex62E7DC3A059af4941
Octal142347334720511257111101
Binary11000101110011111011100111010010110011010111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62E7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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