Html Css Color HEX #62F0D9 Turquoise Blue

📋 copy color: '#62F0D9'

red 98 ◦ green 240 ◦ blue 217

#62F0D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #62F0D9

Tints of Turquoise Blue #62F0D9

RGB

 RED value IS 98 (38.67% from 255) = 17.66%

 GREEN value IS 240 (94.14% from 255) = 43.24%

 BLUE value IS 217 (85.16% from 255) = 39.1%

R = 17.66%
G = 43.24%
B = 39.1%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#62F0D9 (or 0x62F0D9) is known color: Turquoise Blue. HEX triplet: 62, F0 and D9. RGB value is (98,240,217). Sum of RGB (Red+Green+Blue) = 98+240+217=555 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.66% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #62F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62F0D9 is #9D0F26. Grayscale: #C2C2C2. Windows color (decimal): -10293031 or 14282850. OLE color: 14282850.

HSL color Cylindrical-coordinate representation of color #62F0D9: hue angle of 170.28º 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 #62F0D9 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 98 240 217 -
CMYK 0.59 0 0.10 0.06
HSL 170.28º 0.83% 0.66% -
HSV(B) 170.28º 0.59% 0.94% -
XYZ 48.72 69.93 76.57 -
YUV 194.92 140.46 58.87 -
System Red Green Blue C M Y K H S L
Decimal 98 240 217 0.59 0 0.10 0.06 170.28 0.83 0.66
Hex 62 F0 D9 3B 0 A 6 AA 53 42
Octal 142 360 331 73 0 12 6 252 123 102
Binary 1100010 11110000 11011001 111011 0 1010 110 10101010 1010011 1000010

Color Harmonies of #62F0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62F0D9

Black with #62F0D9

Text Example


Text Example

White with #62F0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62F0D9;
 }
 .AnyTagClassName
 {
   color: #62F0D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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