Shades of Bright Turquoise #14FFCF
Tints of Bright Turquoise #14FFCF
RGB
CMYK
RGB Variations
Color information
#14FFCF (or 0x14FFCF) is known color: Bright Turquoise. HEX triplet: 14, FF and CF. RGB value is (20,255,207). Sum of RGB (Red+Green+Blue) = 20+255+207=482 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.15% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFCF is #EB0030. Grayscale: #B3B3B3. Windows color (decimal): -15401009 or 13631252. OLE color: 13631252.
HSL color Cylindrical-coordinate representation of color #14FFCF: hue angle of 167.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FFCF is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 207 | - |
| CMYK | 0.92 | 0 | 0.19 | 0 |
| HSL | 167.74º | 1% | 0.54% | - |
| HSV(B) | 167.74º | 0.92% | 1% | - |
| XYZ | 47.31 | 76.17 | 71.24 | - |
| YUV | 179.26 | 143.64 | 14.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 207 | 0.92 | 0 | 0.19 | 0 | 167.74 | 1 | 0.54 |
| Hex | 14 | FF | CF | 5C | 0 | 13 | 0 | A8 | 64 | 36 |
| Octal | 24 | 377 | 317 | 134 | 0 | 23 | 0 | 250 | 144 | 66 |
| Binary | 10100 | 11111111 | 11001111 | 1011100 | 0 | 10011 | 0 | 10101000 | 1100100 | 110110 |
Color Harmonies of #14FFCF
Complementary color
Monochromatic Colors of #14FFCF
Black with #14FFCF
Text Example
Text Example
White with #14FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFCF; }
p { color: rgb(20,255,207); }
H1.HeaderClassName
{
color: #14FFCF;
}
.AnyTagClassName
{
color: #14FFCF;
}
</style>
background-color css
<style>
a { background-color: #14FFCF; }
a { background-color: rgb(20,255,207); }
div.DivClassName
{
background-color: #14FFCF;
}
.BgClassName
{
background-color: #14FFCF;
}
</style>
border-color css
<style>
span { border-color: #14FFCF; }
span { border-color: rgb(20,255,207); }
td.TdClassName
{
border-color: #14FFCF;
}
.TagClassName
{
border-color: #14FFCF;
}
</style>