Shades of Bright Turquoise #14F0CC
Tints of Bright Turquoise #14F0CC
RGB
CMYK
RGB Variations
Color information
#14F0CC (or 0x14F0CC) is known color: Bright Turquoise. HEX triplet: 14, F0 and CC. RGB value is (20,240,204). Sum of RGB (Red+Green+Blue) = 20+240+204=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #14F0CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14F0CC is #EB0F33. Grayscale: #AAAAAA. Windows color (decimal): -15404852 or 13430804. OLE color: 13430804.
HSL color Cylindrical-coordinate representation of color #14F0CC: hue angle of 170.18º 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 #14F0CC is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 240 | 204 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.06 |
| HSL | 170.18º | 0.88% | 0.51% | - |
| HSV(B) | 170.18º | 0.92% | 0.94% | - |
| XYZ | 42.35 | 66.83 | 67.79 | - |
| YUV | 170.12 | 147.11 | 20.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 240 | 204 | 0.92 | 0 | 0.15 | 0.06 | 170.18 | 0.88 | 0.51 |
| Hex | 14 | F0 | CC | 5C | 0 | F | 6 | AA | 58 | 33 |
| Octal | 24 | 360 | 314 | 134 | 0 | 17 | 6 | 252 | 130 | 63 |
| Binary | 10100 | 11110000 | 11001100 | 1011100 | 0 | 1111 | 110 | 10101010 | 1011000 | 110011 |
Color Harmonies of #14F0CC
Complementary color
Monochromatic Colors of #14F0CC
Black with #14F0CC
Text Example
Text Example
White with #14F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14F0CC; }
p { color: rgb(20,240,204); }
H1.HeaderClassName
{
color: #14F0CC;
}
.AnyTagClassName
{
color: #14F0CC;
}
</style>
background-color css
<style>
a { background-color: #14F0CC; }
a { background-color: rgb(20,240,204); }
div.DivClassName
{
background-color: #14F0CC;
}
.BgClassName
{
background-color: #14F0CC;
}
</style>
border-color css
<style>
span { border-color: #14F0CC; }
span { border-color: rgb(20,240,204); }
td.TdClassName
{
border-color: #14F0CC;
}
.TagClassName
{
border-color: #14F0CC;
}
</style>