Html Css Color HEX #20FAE5 Bright Turquoise

📋 copy color: '#20FAE5'

red 32 ◦ green 250 ◦ blue 229

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

Shades of Bright Turquoise #20FAE5

Tints of Bright Turquoise #20FAE5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.92%

 BLUE value IS 229 (89.84% from 255) = 44.81%

R = 6.26%
G = 48.92%
B = 44.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#20FAE5 (or 0x20FAE5) is known color: Bright Turquoise. HEX triplet: 20, FA and E5. RGB value is (32,250,229). Sum of RGB (Red+Green+Blue) = 32+250+229=511 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.26% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FAE5 is #DF051A. Grayscale: #B6B6B6. Windows color (decimal): -14615835 or 15071776. OLE color: 15071776.

HSL color Cylindrical-coordinate representation of color #20FAE5: hue angle of 174.22º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FAE5 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 229 -
CMYK 0.87 0 0.08 0.02
HSL 174.22º 0.96% 0.55% -
HSV(B) 174.22º 0.87% 0.98% -
XYZ 48.92 74.34 85.9 -
YUV 182.42 154.28 20.71 -
System Red Green Blue C M Y K H S L
Decimal 32 250 229 0.87 0 0.08 0.02 174.22 0.96 0.55
Hex 20 FA E5 57 0 8 2 AE 60 37
Octal 40 372 345 127 0 10 2 256 140 67
Binary 100000 11111010 11100101 1010111 0 1000 10 10101110 1100000 110111

Color Harmonies of #20FAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FAE5

Black with #20FAE5

Text Example


Text Example

White with #20FAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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