Html Css Color HEX #20FEBF Bright Turquoise

📋 copy color: '#20FEBF'

red 32 ◦ green 254 ◦ blue 191

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

Shades of Bright Turquoise #20FEBF

Tints of Bright Turquoise #20FEBF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.25%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 6.71%
G = 53.25%
B = 40.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.00

RGB Variations

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

Color information

#20FEBF (or 0x20FEBF) is known color: Bright Turquoise. HEX triplet: 20, FE and BF. RGB value is (32,254,191). Sum of RGB (Red+Green+Blue) = 32+254+191=477 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.71% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #20FEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FEBF is #DF0140. Grayscale: #B4B4B4. Windows color (decimal): -14614849 or 12582432. OLE color: 12582432.

HSL color Cylindrical-coordinate representation of color #20FEBF: hue angle of 162.97º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FEBF is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB 32 254 191 -
CMYK 0.87 0 0.25 0.00
HSL 162.97º 0.99% 0.56% -
HSV(B) 162.97º 0.87% 1% -
XYZ 45.44 74.95 61.36 -
YUV 180.44 133.95 22.12 -
System Red Green Blue C M Y K H S L
Decimal 32 254 191 0.87 0 0.25 0.00 162.97 0.99 0.56
Hex 20 FE BF 57 0 19 0 A3 63 38
Octal 40 376 277 127 0 31 0 243 143 70
Binary 100000 11111110 10111111 1010111 0 11001 0 10100011 1100011 111000

Color Harmonies of #20FEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FEBF

Black with #20FEBF

Text Example


Text Example

White with #20FEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,254,191); }

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

background-color css

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

 a { background-color: rgb(32,254,191); }

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

border-color css

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

 span { border-color: rgb(32,254,191); }

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