Html Css Color HEX #62EDF0 Turquoise Blue

📋 copy color: '#62EDF0'

red 98 ◦ green 237 ◦ blue 240

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

Shades of Turquoise Blue #62EDF0

Tints of Turquoise Blue #62EDF0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

 BLUE value IS 240 (94.14% from 255) = 41.74%

R = 17.04%
G = 41.22%
B = 41.74%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#62EDF0 (or 0x62EDF0) is known color: Turquoise Blue. HEX triplet: 62, ED and F0. RGB value is (98,237,240). Sum of RGB (Red+Green+Blue) = 98+237+240=575 (76% of max value = 765). Red value is 98 (38.67% from 255 or 17.04% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #62EDF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #62EDF0 is #9D120F. Grayscale: #C3C3C3. Windows color (decimal): -10293776 or 15789410. OLE color: 15789410.

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

Color convert

RGB 98 237 240 -
CMYK 0.59 0.01 0 0.06
HSL 181.27º 0.83% 0.66% -
HSV(B) 181.27º 0.59% 0.94% -
XYZ 51.05 69.46 93.15 -
YUV 195.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 98 237 240 0.59 0.01 0 0.06 181.27 0.83 0.66
Hex 62 ED F0 3B 1 0 6 B5 53 42
Octal 142 355 360 73 1 0 6 265 123 102
Binary 1100010 11101101 11110000 111011 1 0 110 10110101 1010011 1000010

Color Harmonies of #62EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62EDF0

Black with #62EDF0

Text Example


Text Example

White with #62EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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