Shades of Bright Turquoise #14F0BE
Tints of Bright Turquoise #14F0BE
RGB
CMYK
RGB Variations
Color information
#14F0BE (or 0x14F0BE) is known color: Bright Turquoise. HEX triplet: 14, F0 and BE. RGB value is (20,240,190). Sum of RGB (Red+Green+Blue) = 20+240+190=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #14F0BE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F0BE is #EB0F41. Grayscale: #A8A8A8. Windows color (decimal): -15404866 or 12513300. OLE color: 12513300.
HSL color Cylindrical-coordinate representation of color #14F0BE: hue angle of 166.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F0BE is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 190 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.06 |
| HSL | 166.36º | 0.88% | 0.51% | - |
| HSV(B) | 166.36º | 0.92% | 0.94% | - |
| XYZ | 40.74 | 66.19 | 59.34 | - |
| YUV | 168.52 | 140.11 | 22.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 190 | 0.92 | 0 | 0.21 | 0.06 | 166.36 | 0.88 | 0.51 |
| Hex | 14 | F0 | BE | 5C | 0 | 15 | 6 | A6 | 58 | 33 |
| Octal | 24 | 360 | 276 | 134 | 0 | 25 | 6 | 246 | 130 | 63 |
| Binary | 10100 | 11110000 | 10111110 | 1011100 | 0 | 10101 | 110 | 10100110 | 1011000 | 110011 |
Color Harmonies of #14F0BE
Complementary color
Monochromatic Colors of #14F0BE
Black with #14F0BE
Text Example
Text Example
White with #14F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F0BE; }
p { color: rgb(20,240,190); }
H1.HeaderClassName
{
color: #14F0BE;
}
.AnyTagClassName
{
color: #14F0BE;
}
</style>
background-color css
<style>
a { background-color: #14F0BE; }
a { background-color: rgb(20,240,190); }
div.DivClassName
{
background-color: #14F0BE;
}
.BgClassName
{
background-color: #14F0BE;
}
</style>
border-color css
<style>
span { border-color: #14F0BE; }
span { border-color: rgb(20,240,190); }
td.TdClassName
{
border-color: #14F0BE;
}
.TagClassName
{
border-color: #14F0BE;
}
</style>