Html Css Color HEX #20FADB Bright Turquoise

📋 copy color: '#20FADB'

red 32 ◦ green 250 ◦ blue 219

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

Shades of Bright Turquoise #20FADB

Tints of Bright Turquoise #20FADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.71%

R = 6.39%
G = 49.9%
B = 43.71%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#20FADB (or 0x20FADB) is known color: Bright Turquoise. HEX triplet: 20, FA and DB. RGB value is (32,250,219). Sum of RGB (Red+Green+Blue) = 32+250+219=501 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.39% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #20FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FADB is #DF0524. Grayscale: #B5B5B5. Windows color (decimal): -14615845 or 14416416. OLE color: 14416416.

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

Color convert

RGB 32 250 219 -
CMYK 0.87 0 0.12 0.02
HSL 171.47º 0.96% 0.55% -
HSV(B) 171.47º 0.87% 0.98% -
XYZ 47.57 73.79 78.75 -
YUV 181.28 149.28 21.52 -
System Red Green Blue C M Y K H S L
Decimal 32 250 219 0.87 0 0.12 0.02 171.47 0.96 0.55
Hex 20 FA DB 57 0 C 2 AB 60 37
Octal 40 372 333 127 0 14 2 253 140 67
Binary 100000 11111010 11011011 1010111 0 1100 10 10101011 1100000 110111

Color Harmonies of #20FADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FADB

Black with #20FADB

Text Example


Text Example

White with #20FADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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