#20F1E9

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

Shades of Bright Turquoise #20F1E9

Tints of Bright Turquoise #20F1E9

Color information

#20F1E9 (or 0x20F1E9) is unknown color: approx Bright Turquoise. HEX triplet: 20, F1 and E9. RGB value is (32,241,233). Sum of RGB (Red+Green+Blue) = 32+241+233=506 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.32% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #20F1E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F1E9 is #DF0E16. Grayscale: #B1B1B1. Windows color (decimal): -14618135 or 15331616. OLE color: 15331616.

HSL color Cylindrical-coordinate representation of color #20F1E9: hue angle of 177.7º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F1E9 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB32241233-
CMYK0.8700.030.05
HSL177.7º88.19%53.53%-
HSV(B)177.7º86.72%94.51%-
XYZ46.7669.187.96-
YUV177.6159.2624.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.32%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 233 (91.41% from 255) = 46.05%
R=6.32%
G=47.63%
B=46.05%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal322412330.8700.030.05177.788.1953.53
Hex20F1E957035b25836
Octal4036135112703526213066
Binary10000011110001111010011010111011101101100101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,241,233); }

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

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

 a { background-color: rgb(32,241,233); }

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

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

 span { border-color: rgb(32,241,233); }

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