Html Css Color HEX #20FCBE Turquoise

📋 copy color: '#20FCBE'

red 32 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #20FCBE

Tints of Turquoise #20FCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 6.75%
G = 53.16%
B = 40.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#20FCBE (or 0x20FCBE) is known color: Turquoise. HEX triplet: 20, FC and BE. RGB value is (32,252,190). Sum of RGB (Red+Green+Blue) = 32+252+190=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCBE is #DF0341. Grayscale: #B3B3B3. Windows color (decimal): -14615362 or 12516384. OLE color: 12516384.

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

Color convert

RGB 32 252 190 -
CMYK 0.87 0 0.25 0.01
HSL 163.09º 0.97% 0.56% -
HSV(B) 163.09º 0.87% 0.99% -
XYZ 44.7 73.65 60.57 -
YUV 179.15 134.11 23.04 -
System Red Green Blue C M Y K H S L
Decimal 32 252 190 0.87 0 0.25 0.01 163.09 0.97 0.56
Hex 20 FC BE 57 0 19 1 A3 61 38
Octal 40 374 276 127 0 31 1 243 141 70
Binary 100000 11111100 10111110 1010111 0 11001 1 10100011 1100001 111000

Color Harmonies of #20FCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FCBE

Black with #20FCBE

Text Example


Text Example

White with #20FCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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