Html Css Color HEX #20FFDF Bright Turquoise

📋 copy color: '#20FFDF'

red 32 ◦ green 255 ◦ blue 223

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

Shades of Bright Turquoise #20FFDF

Tints of Bright Turquoise #20FFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 50%

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 6.27%
G = 50%
B = 43.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#20FFDF (or 0x20FFDF) is known color: Bright Turquoise. HEX triplet: 20, FF and DF. RGB value is (32,255,223). Sum of RGB (Red+Green+Blue) = 32+255+223=510 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.27% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #20FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FFDF is #DF0020. Grayscale: #B8B8B8. Windows color (decimal): -14614561 or 14679840. OLE color: 14679840.

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

Color convert

RGB 32 255 223 -
CMYK 0.87 0 0.13 0
HSL 171.39º 1% 0.56% -
HSV(B) 171.39º 0.87% 1% -
XYZ 49.67 77.15 82.09 -
YUV 184.68 149.62 19.1 -
System Red Green Blue C M Y K H S L
Decimal 32 255 223 0.87 0 0.13 0 171.39 1 0.56
Hex 20 FF DF 57 0 D 0 AB 64 38
Octal 40 377 337 127 0 15 0 253 144 70
Binary 100000 11111111 11011111 1010111 0 1101 0 10101011 1100100 111000

Color Harmonies of #20FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FFDF

Black with #20FFDF

Text Example


Text Example

White with #20FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,255,223); }

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

background-color css

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

 a { background-color: rgb(32,255,223); }

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

border-color css

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

 span { border-color: rgb(32,255,223); }

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