Shades of Bright Turquoise #14FBBF
Tints of Bright Turquoise #14FBBF
RGB
CMYK
RGB Variations
Color information
#14FBBF (or 0x14FBBF) is known color: Bright Turquoise. HEX triplet: 14, FB and BF. RGB value is (20,251,191). Sum of RGB (Red+Green+Blue) = 20+251+191=462 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.33% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #14FBBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FBBF is #EB0440. Grayscale: #AFAFAF. Windows color (decimal): -15402049 or 12581652. OLE color: 12581652.
HSL color Cylindrical-coordinate representation of color #14FBBF: hue angle of 164.42º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FBBF is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 251 | 191 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.02 |
| HSL | 164.42º | 0.97% | 0.53% | - |
| HSV(B) | 164.42º | 0.92% | 0.98% | - |
| XYZ | 44.19 | 72.9 | 61.03 | - |
| YUV | 175.09 | 136.97 | 17.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 251 | 191 | 0.92 | 0 | 0.24 | 0.02 | 164.42 | 0.97 | 0.53 |
| Hex | 14 | FB | BF | 5C | 0 | 18 | 2 | A4 | 61 | 35 |
| Octal | 24 | 373 | 277 | 134 | 0 | 30 | 2 | 244 | 141 | 65 |
| Binary | 10100 | 11111011 | 10111111 | 1011100 | 0 | 11000 | 10 | 10100100 | 1100001 | 110101 |
Color Harmonies of #14FBBF
Complementary color
Monochromatic Colors of #14FBBF
Black with #14FBBF
Text Example
Text Example
White with #14FBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FBBF; }
p { color: rgb(20,251,191); }
H1.HeaderClassName
{
color: #14FBBF;
}
.AnyTagClassName
{
color: #14FBBF;
}
</style>
background-color css
<style>
a { background-color: #14FBBF; }
a { background-color: rgb(20,251,191); }
div.DivClassName
{
background-color: #14FBBF;
}
.BgClassName
{
background-color: #14FBBF;
}
</style>
border-color css
<style>
span { border-color: #14FBBF; }
span { border-color: rgb(20,251,191); }
td.TdClassName
{
border-color: #14FBBF;
}
.TagClassName
{
border-color: #14FBBF;
}
</style>