Shades of Bright Turquoise #20FCCF
Tints of Bright Turquoise #20FCCF
RGB
CMYK
RGB Variations
Color information
#20FCCF (or 0x20FCCF) is known color: Bright Turquoise. HEX triplet: 20, FC and CF. RGB value is (32,252,207). Sum of RGB (Red+Green+Blue) = 32+252+207=491 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.52% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #20FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20FCCF is #DF0330. Grayscale: #B5B5B5. Windows color (decimal): -14615345 or 13630496. OLE color: 13630496.
HSL color Cylindrical-coordinate representation of color #20FCCF: hue angle of 167.73º 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 #20FCCF is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 207 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.01 |
| HSL | 167.73º | 0.97% | 0.56% | - |
| HSV(B) | 167.73º | 0.87% | 0.99% | - |
| XYZ | 46.67 | 74.43 | 70.94 | - |
| YUV | 181.09 | 142.61 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 207 | 0.87 | 0 | 0.18 | 0.01 | 167.73 | 0.97 | 0.56 |
| Hex | 20 | FC | CF | 57 | 0 | 12 | 1 | A8 | 61 | 38 |
| Octal | 40 | 374 | 317 | 127 | 0 | 22 | 1 | 250 | 141 | 70 |
| Binary | 100000 | 11111100 | 11001111 | 1010111 | 0 | 10010 | 1 | 10101000 | 1100001 | 111000 |
Color Harmonies of #20FCCF
Complementary color
Monochromatic Colors of #20FCCF
Black with #20FCCF
Text Example
Text Example
White with #20FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FCCF; }
p { color: rgb(32,252,207); }
H1.HeaderClassName
{
color: #20FCCF;
}
.AnyTagClassName
{
color: #20FCCF;
}
</style>
background-color css
<style>
a { background-color: #20FCCF; }
a { background-color: rgb(32,252,207); }
div.DivClassName
{
background-color: #20FCCF;
}
.BgClassName
{
background-color: #20FCCF;
}
</style>
border-color css
<style>
span { border-color: #20FCCF; }
span { border-color: rgb(32,252,207); }
td.TdClassName
{
border-color: #20FCCF;
}
.TagClassName
{
border-color: #20FCCF;
}
</style>