Html Css Color HEX #62EDE2 Turquoise Blue

📋 copy color: '#62EDE2'

red 98 ◦ green 237 ◦ blue 226

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

Shades of Turquoise Blue #62EDE2

Tints of Turquoise Blue #62EDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.29%

R = 17.47%
G = 42.25%
B = 40.29%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#62EDE2 (or 0x62EDE2) is known color: Turquoise Blue. HEX triplet: 62, ED and E2. RGB value is (98,237,226). Sum of RGB (Red+Green+Blue) = 98+237+226=561 (74% of max value = 765). Red value is 98 (38.67% from 255 or 17.47% from 561); Green value is 237 (92.97% from 255 or 42.25% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 237 - color contains mainly: green. Hex color #62EDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62EDE2 is #9D121D. Grayscale: #C2C2C2. Windows color (decimal): -10293790 or 14871906. OLE color: 14871906.

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

Color convert

RGB 98 237 226 -
CMYK 0.59 0 0.05 0.07
HSL 175.25º 0.79% 0.66% -
HSV(B) 175.25º 0.59% 0.93% -
XYZ 49.05 68.66 82.62 -
YUV 194.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 98 237 226 0.59 0 0.05 0.07 175.25 0.79 0.66
Hex 62 ED E2 3B 0 5 7 AF 4F 42
Octal 142 355 342 73 0 5 7 257 117 102
Binary 1100010 11101101 11100010 111011 0 101 111 10101111 1001111 1000010

Color Harmonies of #62EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62EDE2

Black with #62EDE2

Text Example


Text Example

White with #62EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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