#20F1F1

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

Shades of Bright Turquoise #20F1F1

Tints of Bright Turquoise #20F1F1

Color information

#20F1F1 (or 0x20F1F1) is unknown color: approx Bright Turquoise. HEX triplet: 20, F1 and F1. RGB value is (32,241,241). Sum of RGB (Red+Green+Blue) = 32+241+241=514 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.23% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #20F1F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F1F1 is #DF0E0E. Grayscale: #B2B2B2. Windows color (decimal): -14618127 or 15855904. OLE color: 15855904.

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

Color convert

RGB32241241-
CMYK0.87000.05
HSL180º88.19%53.53%-
HSV(B)180º86.72%94.51%-
XYZ47.9369.5794.12-
YUV178.51163.2623.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.23%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 241 (94.53% from 255) = 46.89%
R=6.23%
G=46.89%
B=46.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal322412410.87000.0518088.1953.53
Hex20F1F157005b45836
Octal4036136112700526413066
Binary1000001111000111110001101011100101101101001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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