Html Css Color HEX #20FADF Bright Turquoise

📋 copy color: '#20FADF'

red 32 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #20FADF

Tints of Bright Turquoise #20FADF

RGB

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

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

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

R = 6.34%
G = 49.5%
B = 44.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#20FADF (or 0x20FADF) is known color: Bright Turquoise. HEX triplet: 20, FA and DF. RGB value is (32,250,223). Sum of RGB (Red+Green+Blue) = 32+250+223=505 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.34% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #20FADF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FADF is #DF0520. Grayscale: #B5B5B5. Windows color (decimal): -14615841 or 14678560. OLE color: 14678560.

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

Color convert

RGB 32 250 223 -
CMYK 0.87 0 0.11 0.02
HSL 172.57º 0.96% 0.55% -
HSV(B) 172.57º 0.87% 0.98% -
XYZ 48.1 74.01 81.56 -
YUV 181.74 151.28 21.2 -
System Red Green Blue C M Y K H S L
Decimal 32 250 223 0.87 0 0.11 0.02 172.57 0.96 0.55
Hex 20 FA DF 57 0 B 2 AD 60 37
Octal 40 372 337 127 0 13 2 255 140 67
Binary 100000 11111010 11011111 1010111 0 1011 10 10101101 1100000 110111

Color Harmonies of #20FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FADF

Black with #20FADF

Text Example


Text Example

White with #20FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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