Html Css Color HEX #62EADF Turquoise Blue

📋 copy color: '#62EADF'

red 98 ◦ green 234 ◦ blue 223

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

Shades of Turquoise Blue #62EADF

Tints of Turquoise Blue #62EADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 17.66%
G = 42.16%
B = 40.18%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#62EADF (or 0x62EADF) is known color: Turquoise Blue. HEX triplet: 62, EA and DF. RGB value is (98,234,223). Sum of RGB (Red+Green+Blue) = 98+234+223=555 (73% of max value = 765). Red value is 98 (38.67% from 255 or 17.66% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #62EADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62EADF is #9D1520. Grayscale: #BFBFBF. Windows color (decimal): -10294561 or 14674530. OLE color: 14674530.

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

Color convert

RGB 98 234 223 -
CMYK 0.58 0 0.05 0.08
HSL 175.15º 0.76% 0.65% -
HSV(B) 175.15º 0.58% 0.92% -
XYZ 47.78 66.77 80.18 -
YUV 192.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 98 234 223 0.58 0 0.05 0.08 175.15 0.76 0.65
Hex 62 EA DF 3A 0 5 8 AF 4C 41
Octal 142 352 337 72 0 5 10 257 114 101
Binary 1100010 11101010 11011111 111010 0 101 1000 10101111 1001100 1000001

Color Harmonies of #62EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62EADF

Black with #62EADF

Text Example


Text Example

White with #62EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,234,223); }

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

background-color css

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

 a { background-color: rgb(98,234,223); }

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

border-color css

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

 span { border-color: rgb(98,234,223); }

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