Html Css Color HEX #20FAD2 Bright Turquoise

📋 copy color: '#20FAD2'

red 32 ◦ green 250 ◦ blue 210

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

Shades of Bright Turquoise #20FAD2

Tints of Bright Turquoise #20FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.68%

R = 6.5%
G = 50.81%
B = 42.68%

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

#20FAD2 (or 0x20FAD2) is known color: Bright Turquoise. HEX triplet: 20, FA and D2. RGB value is (32,250,210). Sum of RGB (Red+Green+Blue) = 32+250+210=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FAD2 is #DF052D. Grayscale: #B4B4B4. Windows color (decimal): -14615854 or 13826592. OLE color: 13826592.

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

Color convert

RGB 32 250 210 -
CMYK 0.87 0 0.16 0.02
HSL 168.99º 0.96% 0.55% -
HSV(B) 168.99º 0.87% 0.98% -
XYZ 46.41 73.33 72.68 -
YUV 180.26 144.78 22.25 -
System Red Green Blue C M Y K H S L
Decimal 32 250 210 0.87 0 0.16 0.02 168.99 0.96 0.55
Hex 20 FA D2 57 0 10 2 A9 60 37
Octal 40 372 322 127 0 20 2 251 140 67
Binary 100000 11111010 11010010 1010111 0 10000 10 10101001 1100000 110111

Color Harmonies of #20FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FAD2

Black with #20FAD2

Text Example


Text Example

White with #20FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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