Html Css Color HEX #20FEDD Bright Turquoise

📋 copy color: '#20FEDD'

red 32 ◦ green 254 ◦ blue 221

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

Shades of Bright Turquoise #20FEDD

Tints of Bright Turquoise #20FEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.59%

R = 6.31%
G = 50.1%
B = 43.59%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#20FEDD (or 0x20FEDD) is known color: Bright Turquoise. HEX triplet: 20, FE and DD. RGB value is (32,254,221). Sum of RGB (Red+Green+Blue) = 32+254+221=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #20FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FEDD is #DF0122. Grayscale: #B7B7B7. Windows color (decimal): -14614819 or 14548512. OLE color: 14548512.

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

Color convert

RGB 32 254 221 -
CMYK 0.87 0 0.13 0.00
HSL 171.08º 0.99% 0.56% -
HSV(B) 171.08º 0.87% 1% -
XYZ 49.09 76.41 80.57 -
YUV 183.86 148.95 19.68 -
System Red Green Blue C M Y K H S L
Decimal 32 254 221 0.87 0 0.13 0.00 171.08 0.99 0.56
Hex 20 FE DD 57 0 D 0 AB 63 38
Octal 40 376 335 127 0 15 0 253 143 70
Binary 100000 11111110 11011101 1010111 0 1101 0 10101011 1100011 111000

Color Harmonies of #20FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FEDD

Black with #20FEDD

Text Example


Text Example

White with #20FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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