Html Css Color HEX #62ECD8 Turquoise Blue

📋 copy color: '#62ECD8'

red 98 ◦ green 236 ◦ blue 216

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

Shades of Turquoise Blue #62ECD8

Tints of Turquoise Blue #62ECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.27%

R = 17.82%
G = 42.91%
B = 39.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#62ECD8 (or 0x62ECD8) is known color: Turquoise Blue. HEX triplet: 62, EC and D8. RGB value is (98,236,216). Sum of RGB (Red+Green+Blue) = 98+236+216=550 (72% of max value = 765). Red value is 98 (38.67% from 255 or 17.82% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 236 - color contains mainly: green. Hex color #62ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62ECD8 is #9D1327. Grayscale: #C0C0C0. Windows color (decimal): -10294056 or 14216290. OLE color: 14216290.

HSL color Cylindrical-coordinate representation of color #62ECD8: hue angle of 171.3º 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 #62ECD8 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 98 236 216 -
CMYK 0.58 0 0.08 0.07
HSL 171.3º 0.78% 0.65% -
HSV(B) 171.3º 0.58% 0.93% -
XYZ 47.43 67.55 75.5 -
YUV 192.46 141.28 60.63 -
System Red Green Blue C M Y K H S L
Decimal 98 236 216 0.58 0 0.08 0.07 171.3 0.78 0.65
Hex 62 EC D8 3A 0 8 7 AB 4E 41
Octal 142 354 330 72 0 10 7 253 116 101
Binary 1100010 11101100 11011000 111010 0 1000 111 10101011 1001110 1000001

Color Harmonies of #62ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62ECD8

Black with #62ECD8

Text Example


Text Example

White with #62ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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