Html Css Color HEX #62ECD5 Turquoise Blue

📋 copy color: '#62ECD5'

red 98 ◦ green 236 ◦ blue 213

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

Shades of Turquoise Blue #62ECD5

Tints of Turquoise Blue #62ECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.14%

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

R = 17.92%
G = 43.14%
B = 38.94%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#62ECD5 (or 0x62ECD5) is known color: Turquoise Blue. HEX triplet: 62, EC and D5. RGB value is (98,236,213). Sum of RGB (Red+Green+Blue) = 98+236+213=547 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.92% from 547); Green value is 236 (92.58% from 255 or 43.14% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62ECD5 is #9D132A. Grayscale: #C0C0C0. Windows color (decimal): -10294059 or 14019682. OLE color: 14019682.

HSL color Cylindrical-coordinate representation of color #62ECD5: hue angle of 170º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62ECD5 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 236 213 -
CMYK 0.58 0 0.10 0.07
HSL 170º 0.78% 0.65% -
HSV(B) 170º 0.58% 0.93% -
XYZ 47.04 67.39 73.48 -
YUV 192.12 139.78 60.87 -
System Red Green Blue C M Y K H S L
Decimal 98 236 213 0.58 0 0.10 0.07 170 0.78 0.65
Hex 62 EC D5 3A 0 A 7 AA 4E 41
Octal 142 354 325 72 0 12 7 252 116 101
Binary 1100010 11101100 11010101 111010 0 1010 111 10101010 1001110 1000001

Color Harmonies of #62ECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62ECD5

Black with #62ECD5

Text Example


Text Example

White with #62ECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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