Shades of Bright Turquoise #20F1F2
Tints of Bright Turquoise #20F1F2
RGB
CMYK
RGB Variations
Color information
#20F1F2 (or 0x20F1F2) is known color: Bright Turquoise. HEX triplet: 20, F1 and F2. RGB value is (32,241,242). Sum of RGB (Red+Green+Blue) = 32+241+242=515 (68% of max value = 765). Red value is 32 (12.89% from 255 or 6.21% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #20F1F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20F1F2 is #DF0E0D. Grayscale: #B2B2B2. Windows color (decimal): -14618126 or 15921440. OLE color: 15921440.
HSL color Cylindrical-coordinate representation of color #20F1F2: hue angle of 180.29º degrees, saturation: 0.89, 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 #20F1F2 is Cyan = 0.87, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 32 | 241 | 242 | - |
| CMYK | 0.87 | 0.00 | 0 | 0.05 |
| HSL | 180.29º | 0.89% | 0.54% | - |
| HSV(B) | 180.29º | 0.87% | 0.95% | - |
| XYZ | 48.08 | 69.63 | 94.91 | - |
| YUV | 178.62 | 163.76 | 23.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 241 | 242 | 0.87 | 0.00 | 0 | 0.05 | 180.29 | 0.89 | 0.54 |
| Hex | 20 | F1 | F2 | 57 | 0 | 0 | 5 | B4 | 59 | 36 |
| Octal | 40 | 361 | 362 | 127 | 0 | 0 | 5 | 264 | 131 | 66 |
| Binary | 100000 | 11110001 | 11110010 | 1010111 | 0 | 0 | 101 | 10110100 | 1011001 | 110110 |
Color Harmonies of #20F1F2
Complementary color
Monochromatic Colors of #20F1F2
Black with #20F1F2
Text Example
Text Example
White with #20F1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F1F2; }
p { color: rgb(32,241,242); }
H1.HeaderClassName
{
color: #20F1F2;
}
.AnyTagClassName
{
color: #20F1F2;
}
</style>
background-color css
<style>
a { background-color: #20F1F2; }
a { background-color: rgb(32,241,242); }
div.DivClassName
{
background-color: #20F1F2;
}
.BgClassName
{
background-color: #20F1F2;
}
</style>
border-color css
<style>
span { border-color: #20F1F2; }
span { border-color: rgb(32,241,242); }
td.TdClassName
{
border-color: #20F1F2;
}
.TagClassName
{
border-color: #20F1F2;
}
</style>