Html Css Color HEX #20E5EF Bright Turquoise

📋 copy color: '#20E5EF'

red 32 ◦ green 229 ◦ blue 239

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

Shades of Bright Turquoise #20E5EF

Tints of Bright Turquoise #20E5EF

RGB

 RED value IS 32 (12.89% from 255) = 6.4%

 GREEN value IS 229 (89.84% from 255) = 45.8%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 6.4%
G = 45.8%
B = 47.8%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#20E5EF (or 0x20E5EF) is known color: Bright Turquoise. HEX triplet: 20, E5 and EF. RGB value is (32,229,239). Sum of RGB (Red+Green+Blue) = 32+229+239=500 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #20E5EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20E5EF is #DF1A10. Grayscale: #AAAAAA. Windows color (decimal): -14621201 or 15721760. OLE color: 15721760.

HSL color Cylindrical-coordinate representation of color #20E5EF: hue angle of 182.9º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20E5EF is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 229 239 -
CMYK 0.87 0.04 0 0.06
HSL 182.9º 0.87% 0.53% -
HSV(B) 182.9º 0.87% 0.94% -
XYZ 44.19 62.58 91.41 -
YUV 171.24 166.23 28.69 -
System Red Green Blue C M Y K H S L
Decimal 32 229 239 0.87 0.04 0 0.06 182.9 0.87 0.53
Hex 20 E5 EF 57 4 0 6 B7 57 35
Octal 40 345 357 127 4 0 6 267 127 65
Binary 100000 11100101 11101111 1010111 100 0 110 10110111 1010111 110101

Color Harmonies of #20E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E5EF

Black with #20E5EF

Text Example


Text Example

White with #20E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20E5EF; }

 p { color: rgb(32,229,239); }

 H1.HeaderClassName
 {
   color: #20E5EF;
 }
 .AnyTagClassName
 {
   color: #20E5EF;
 }
</style>

background-color css

<style>
 a { background-color: #20E5EF; }

 a { background-color: rgb(32,229,239); }

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

border-color css

<style>
 span { border-color: #20E5EF; }

 span { border-color: rgb(32,229,239); }

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