#20E3F8

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

Shades of Bright Turquoise #20E3F8

Tints of Bright Turquoise #20E3F8

Color information

#20E3F8 (or 0x20E3F8) is unknown color: approx Bright Turquoise. HEX triplet: 20, E3 and F8. RGB value is (32,227,248). Sum of RGB (Red+Green+Blue) = 32+227+248=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #20E3F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20E3F8 is #DF1C07. Grayscale: #AAAAAA. Windows color (decimal): -14621704 or 16311072. OLE color: 16311072.

HSL color Cylindrical-coordinate representation of color #20E3F8: hue angle of 185.83º degrees, saturation: 0.94, 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 #20E3F8 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB32227248-
CMYK0.870.0800.03
HSL185.83º93.91%54.9%-
HSV(B)185.83º87.1%97.25%-
XYZ45.0162.0298.41-
YUV171.09171.428.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.31%
GREEN value IS 227 (89.06% from 255) = 44.77%
BLUE value IS 248 (97.27% from 255) = 48.92%
R=6.31%
G=44.77%
B=48.92%

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
Decimal322272480.870.0800.03185.8393.9154.9
Hex20E3F857803ba5e37
Octal40343370127100327213667
Binary100000111000111111100010101111000011101110101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,227,248); }

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

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

 a { background-color: rgb(32,227,248); }

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

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

 span { border-color: rgb(32,227,248); }

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