Html Css Color HEX #20FCDC Bright Turquoise

📋 copy color: '#20FCDC'

red 32 ◦ green 252 ◦ blue 220

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

Shades of Bright Turquoise #20FCDC

Tints of Bright Turquoise #20FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 6.35%
G = 50%
B = 43.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#20FCDC (or 0x20FCDC) is known color: Bright Turquoise. HEX triplet: 20, FC and DC. RGB value is (32,252,220). Sum of RGB (Red+Green+Blue) = 32+252+220=504 (66% of max value = 765). Red value is 32 (12.89% from 255 or 6.35% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCDC is #DF0323. Grayscale: #B6B6B6. Windows color (decimal): -14615332 or 14482464. OLE color: 14482464.

HSL color Cylindrical-coordinate representation of color #20FCDC: hue angle of 171.27º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20FCDC is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 252 220 -
CMYK 0.87 0 0.13 0.01
HSL 171.27º 0.97% 0.56% -
HSV(B) 171.27º 0.87% 0.99% -
XYZ 48.32 75.1 79.66 -
YUV 182.57 149.11 20.6 -
System Red Green Blue C M Y K H S L
Decimal 32 252 220 0.87 0 0.13 0.01 171.27 0.97 0.56
Hex 20 FC DC 57 0 D 1 AB 61 38
Octal 40 374 334 127 0 15 1 253 141 70
Binary 100000 11111100 11011100 1010111 0 1101 1 10101011 1100001 111000

Color Harmonies of #20FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FCDC

Black with #20FCDC

Text Example


Text Example

White with #20FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,252,220); }

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

background-color css

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

 a { background-color: rgb(32,252,220); }

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

border-color css

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

 span { border-color: rgb(32,252,220); }

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