Html Css Color HEX #62E2D5 Turquoise Blue

📋 copy color: '#62E2D5'

red 98 ◦ green 226 ◦ blue 213

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

Shades of Turquoise Blue #62E2D5

Tints of Turquoise Blue #62E2D5

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.09%

 BLUE value IS 213 (83.59% from 255) = 39.66%

R = 18.25%
G = 42.09%
B = 39.66%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#62E2D5 (or 0x62E2D5) is known color: Turquoise Blue. HEX triplet: 62, E2 and D5. RGB value is (98,226,213). Sum of RGB (Red+Green+Blue) = 98+226+213=537 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.25% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #62E2D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62E2D5 is #9D1D2A. Grayscale: #BABABA. Windows color (decimal): -10296619 or 14017122. OLE color: 14017122.

HSL color Cylindrical-coordinate representation of color #62E2D5: hue angle of 173.91º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62E2D5 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 98 226 213 -
CMYK 0.57 0 0.06 0.11
HSL 173.91º 0.69% 0.64% -
HSV(B) 173.91º 0.57% 0.89% -
XYZ 44.24 61.79 72.55 -
YUV 186.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 98 226 213 0.57 0 0.06 0.11 173.91 0.69 0.64
Hex 62 E2 D5 39 0 6 B AE 45 40
Octal 142 342 325 71 0 6 13 256 105 100
Binary 1100010 11100010 11010101 111001 0 110 1011 10101110 1000101 1000000

Color Harmonies of #62E2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62E2D5

Black with #62E2D5

Text Example


Text Example

White with #62E2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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