Html Css Color HEX #20FACC Bright Turquoise

📋 copy color: '#20FACC'

red 32 ◦ green 250 ◦ blue 204

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

Shades of Bright Turquoise #20FACC

Tints of Bright Turquoise #20FACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 6.58%
G = 51.44%
B = 41.98%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#20FACC (or 0x20FACC) is known color: Bright Turquoise. HEX triplet: 20, FA and CC. RGB value is (32,250,204). Sum of RGB (Red+Green+Blue) = 32+250+204=486 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.58% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #20FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FACC is #DF0533. Grayscale: #B3B3B3. Windows color (decimal): -14615860 or 13433376. OLE color: 13433376.

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

Color convert

RGB 32 250 204 -
CMYK 0.87 0 0.18 0.02
HSL 167.34º 0.96% 0.55% -
HSV(B) 167.34º 0.87% 0.98% -
XYZ 45.68 73.04 68.82 -
YUV 179.57 141.78 22.74 -
System Red Green Blue C M Y K H S L
Decimal 32 250 204 0.87 0 0.18 0.02 167.34 0.96 0.55
Hex 20 FA CC 57 0 12 2 A7 60 37
Octal 40 372 314 127 0 22 2 247 140 67
Binary 100000 11111010 11001100 1010111 0 10010 10 10100111 1100000 110111

Color Harmonies of #20FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FACC

Black with #20FACC

Text Example


Text Example

White with #20FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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