Html Css Color HEX #20FAE2 Bright Turquoise

📋 copy color: '#20FAE2'

red 32 ◦ green 250 ◦ blue 226

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

Shades of Bright Turquoise #20FAE2

Tints of Bright Turquoise #20FAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.49%

R = 6.3%
G = 49.21%
B = 44.49%

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

#20FAE2 (or 0x20FAE2) is known color: Bright Turquoise. HEX triplet: 20, FA and E2. RGB value is (32,250,226). Sum of RGB (Red+Green+Blue) = 32+250+226=508 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.30% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FAE2 is #DF051D. Grayscale: #B5B5B5. Windows color (decimal): -14615838 or 14875168. OLE color: 14875168.

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

Color convert

RGB 32 250 226 -
CMYK 0.87 0 0.10 0.02
HSL 173.39º 0.96% 0.55% -
HSV(B) 173.39º 0.87% 0.98% -
XYZ 48.51 74.17 83.71 -
YUV 182.08 152.78 20.95 -
System Red Green Blue C M Y K H S L
Decimal 32 250 226 0.87 0 0.10 0.02 173.39 0.96 0.55
Hex 20 FA E2 57 0 A 2 AD 60 37
Octal 40 372 342 127 0 12 2 255 140 67
Binary 100000 11111010 11100010 1010111 0 1010 10 10101101 1100000 110111

Color Harmonies of #20FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FAE2

Black with #20FAE2

Text Example


Text Example

White with #20FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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