Shades of Bright Turquoise #20E6FB
Tints of Bright Turquoise #20E6FB
RGB
CMYK
RGB Variations
Color information
#20E6FB (or 0x20E6FB) is known color: Bright Turquoise. HEX triplet: 20, E6 and FB. RGB value is (32,230,251). Sum of RGB (Red+Green+Blue) = 32+230+251=513 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.24% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #20E6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #20E6FB is #DF1904. Grayscale: #ACACAC. Windows color (decimal): -14620933 or 16508448. OLE color: 16508448.
HSL color Cylindrical-coordinate representation of color #20E6FB: hue angle of 185.75º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20E6FB is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 230 | 251 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.02 |
| HSL | 185.75º | 0.96% | 0.55% | - |
| HSV(B) | 185.75º | 0.87% | 0.98% | - |
| XYZ | 46.31 | 63.87 | 101.15 | - |
| YUV | 173.19 | 171.9 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 230 | 251 | 0.87 | 0.08 | 0 | 0.02 | 185.75 | 0.96 | 0.55 |
| Hex | 20 | E6 | FB | 57 | 8 | 0 | 2 | BA | 60 | 37 |
| Octal | 40 | 346 | 373 | 127 | 10 | 0 | 2 | 272 | 140 | 67 |
| Binary | 100000 | 11100110 | 11111011 | 1010111 | 1000 | 0 | 10 | 10111010 | 1100000 | 110111 |
Color Harmonies of #20E6FB
Complementary color
Monochromatic Colors of #20E6FB
Black with #20E6FB
Text Example
Text Example
White with #20E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E6FB; }
p { color: rgb(32,230,251); }
H1.HeaderClassName
{
color: #20E6FB;
}
.AnyTagClassName
{
color: #20E6FB;
}
</style>
background-color css
<style>
a { background-color: #20E6FB; }
a { background-color: rgb(32,230,251); }
div.DivClassName
{
background-color: #20E6FB;
}
.BgClassName
{
background-color: #20E6FB;
}
</style>
border-color css
<style>
span { border-color: #20E6FB; }
span { border-color: rgb(32,230,251); }
td.TdClassName
{
border-color: #20E6FB;
}
.TagClassName
{
border-color: #20E6FB;
}
</style>