Html Css Color HEX #20FAC6 Bright Turquoise

📋 copy color: '#20FAC6'

red 32 ◦ green 250 ◦ blue 198

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

Shades of Bright Turquoise #20FAC6

Tints of Bright Turquoise #20FAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.25%

R = 6.67%
G = 52.08%
B = 41.25%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#20FAC6 (or 0x20FAC6) is known color: Bright Turquoise. HEX triplet: 20, FA and C6. RGB value is (32,250,198). Sum of RGB (Red+Green+Blue) = 32+250+198=480 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.67% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #20FAC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FAC6 is #DF0539. Grayscale: #B2B2B2. Windows color (decimal): -14615866 or 13040160. OLE color: 13040160.

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

Color convert

RGB 32 250 198 -
CMYK 0.87 0 0.21 0.02
HSL 165.69º 0.96% 0.55% -
HSV(B) 165.69º 0.87% 0.98% -
XYZ 44.97 72.76 65.1 -
YUV 178.89 138.78 23.23 -
System Red Green Blue C M Y K H S L
Decimal 32 250 198 0.87 0 0.21 0.02 165.69 0.96 0.55
Hex 20 FA C6 57 0 15 2 A6 60 37
Octal 40 372 306 127 0 25 2 246 140 67
Binary 100000 11111010 11000110 1010111 0 10101 10 10100110 1100000 110111

Color Harmonies of #20FAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FAC6

Black with #20FAC6

Text Example


Text Example

White with #20FAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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