Html Css Color HEX #20FCE4 Bright Turquoise

📋 copy color: '#20FCE4'

red 32 ◦ green 252 ◦ blue 228

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

Shades of Bright Turquoise #20FCE4

Tints of Bright Turquoise #20FCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 6.25%
G = 49.22%
B = 44.53%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#20FCE4 (or 0x20FCE4) is known color: Bright Turquoise. HEX triplet: 20, FC and E4. RGB value is (32,252,228). Sum of RGB (Red+Green+Blue) = 32+252+228=512 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.25% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCE4 is #DF031B. Grayscale: #B7B7B7. Windows color (decimal): -14615324 or 15006752. OLE color: 15006752.

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

Color convert

RGB 32 252 228 -
CMYK 0.87 0 0.10 0.01
HSL 173.45º 0.97% 0.56% -
HSV(B) 173.45º 0.87% 0.99% -
XYZ 49.41 75.53 85.37 -
YUV 183.48 153.11 19.95 -
System Red Green Blue C M Y K H S L
Decimal 32 252 228 0.87 0 0.10 0.01 173.45 0.97 0.56
Hex 20 FC E4 57 0 A 1 AD 61 38
Octal 40 374 344 127 0 12 1 255 141 70
Binary 100000 11111100 11100100 1010111 0 1010 1 10101101 1100001 111000

Color Harmonies of #20FCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20FCE4

Black with #20FCE4

Text Example


Text Example

White with #20FCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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