Html Css Color HEX #20FAD3 Bright Turquoise

📋 copy color: '#20FAD3'

red 32 ◦ green 250 ◦ blue 211

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

Shades of Bright Turquoise #20FAD3

Tints of Bright Turquoise #20FAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.8%

R = 6.49%
G = 50.71%
B = 42.8%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#20FAD3 (or 0x20FAD3) is known color: Bright Turquoise. HEX triplet: 20, FA and D3. RGB value is (32,250,211). Sum of RGB (Red+Green+Blue) = 32+250+211=493 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.49% from 493); Green value is 250 (98.05% from 255 or 50.71% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FAD3 is #DF052C. Grayscale: #B4B4B4. Windows color (decimal): -14615853 or 13892128. OLE color: 13892128.

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

Color convert

RGB 32 250 211 -
CMYK 0.87 0 0.16 0.02
HSL 169.27º 0.96% 0.55% -
HSV(B) 169.27º 0.87% 0.98% -
XYZ 46.54 73.38 73.34 -
YUV 180.37 145.28 22.17 -
System Red Green Blue C M Y K H S L
Decimal 32 250 211 0.87 0 0.16 0.02 169.27 0.96 0.55
Hex 20 FA D3 57 0 10 2 A9 60 37
Octal 40 372 323 127 0 20 2 251 140 67
Binary 100000 11111010 11010011 1010111 0 10000 10 10101001 1100000 110111

Color Harmonies of #20FAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FAD3

Black with #20FAD3

Text Example


Text Example

White with #20FAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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