#20E4F7

Color #20E4F7 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #20E4F7

Tints of Bright Turquoise #20E4F7

Color information

#20E4F7 (or 0x20E4F7) is unknown color: approx Bright Turquoise. HEX triplet: 20, E4 and F7. RGB value is (32,228,247). Sum of RGB (Red+Green+Blue) = 32+228+247=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 247 - color contains mainly: blue. Hex color #20E4F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20E4F7 is #DF1B08. Grayscale: #ABABAB. Windows color (decimal): -14621449 or 16245792. OLE color: 16245792.

HSL color Cylindrical-coordinate representation of color #20E4F7: hue angle of 185.3º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20E4F7 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB32228247-
CMYK0.870.0800.03
HSL185.3º93.07%54.71%-
HSV(B)185.3º87.04%96.86%-
XYZ45.1362.5197.68-
YUV171.56170.5728.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.31%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 247 (96.88% from 255) = 48.72%
R=6.31%
G=44.97%
B=48.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal322282470.870.0800.03185.393.0754.71
Hex20E4F757803b95d37
Octal40344367127100327113567
Binary100000111001001111011110101111000011101110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20E4F7;
 }
 .AnyTagClassName
 {
   color: #20E4F7;
 }
</style>
background-color css

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

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

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

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

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

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