Html Css Color HEX #20FAE1 Bright Turquoise

📋 copy color: '#20FAE1'

red 32 ◦ green 250 ◦ blue 225

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

Shades of Bright Turquoise #20FAE1

Tints of Bright Turquoise #20FAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.38%

R = 6.31%
G = 49.31%
B = 44.38%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#20FAE1 (or 0x20FAE1) is known color: Bright Turquoise. HEX triplet: 20, FA and E1. RGB value is (32,250,225). Sum of RGB (Red+Green+Blue) = 32+250+225=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FAE1 is #DF051E. Grayscale: #B5B5B5. Windows color (decimal): -14615839 or 14809632. OLE color: 14809632.

HSL color Cylindrical-coordinate representation of color #20FAE1: hue angle of 173.12º 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 #20FAE1 is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 32 250 225 -
CMYK 0.87 0 0.10 0.02
HSL 173.12º 0.96% 0.55% -
HSV(B) 173.12º 0.87% 0.98% -
XYZ 48.37 74.11 82.99 -
YUV 181.97 152.28 21.03 -
System Red Green Blue C M Y K H S L
Decimal 32 250 225 0.87 0 0.10 0.02 173.12 0.96 0.55
Hex 20 FA E1 57 0 A 2 AD 60 37
Octal 40 372 341 127 0 12 2 255 140 67
Binary 100000 11111010 11100001 1010111 0 1010 10 10101101 1100000 110111

Color Harmonies of #20FAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FAE1

Black with #20FAE1

Text Example


Text Example

White with #20FAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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