Shades of Bright Turquoise #20DFFC
Tints of Bright Turquoise #20DFFC
RGB
CMYK
RGB Variations
Color information
#20DFFC (or 0x20DFFC) is known color: Bright Turquoise. HEX triplet: 20, DF and FC. RGB value is (32,223,252). Sum of RGB (Red+Green+Blue) = 32+223+252=507 (67% of max value = 765). Red value is 32 (12.89% from 255 or 6.31% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #20DFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20DFFC is #DF2003. Grayscale: #A8A8A8. Windows color (decimal): -14622724 or 16572192. OLE color: 16572192.
HSL color Cylindrical-coordinate representation of color #20DFFC: hue angle of 187.91º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20DFFC is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 223 | 252 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.01 |
| HSL | 187.91º | 0.97% | 0.56% | - |
| HSV(B) | 187.91º | 0.87% | 0.99% | - |
| XYZ | 44.55 | 60.11 | 101.35 | - |
| YUV | 169.2 | 174.72 | 30.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 223 | 252 | 0.87 | 0.12 | 0 | 0.01 | 187.91 | 0.97 | 0.56 |
| Hex | 20 | DF | FC | 57 | C | 0 | 1 | BC | 61 | 38 |
| Octal | 40 | 337 | 374 | 127 | 14 | 0 | 1 | 274 | 141 | 70 |
| Binary | 100000 | 11011111 | 11111100 | 1010111 | 1100 | 0 | 1 | 10111100 | 1100001 | 111000 |
Color Harmonies of #20DFFC
Complementary color
Monochromatic Colors of #20DFFC
Black with #20DFFC
Text Example
Text Example
White with #20DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DFFC; }
p { color: rgb(32,223,252); }
H1.HeaderClassName
{
color: #20DFFC;
}
.AnyTagClassName
{
color: #20DFFC;
}
</style>
background-color css
<style>
a { background-color: #20DFFC; }
a { background-color: rgb(32,223,252); }
div.DivClassName
{
background-color: #20DFFC;
}
.BgClassName
{
background-color: #20DFFC;
}
</style>
border-color css
<style>
span { border-color: #20DFFC; }
span { border-color: rgb(32,223,252); }
td.TdClassName
{
border-color: #20DFFC;
}
.TagClassName
{
border-color: #20DFFC;
}
</style>