Shades of Bright Turquoise #14FFCB
Tints of Bright Turquoise #14FFCB
RGB
CMYK
RGB Variations
Color information
#14FFCB (or 0x14FFCB) is known color: Bright Turquoise. HEX triplet: 14, FF and CB. RGB value is (20,255,203). Sum of RGB (Red+Green+Blue) = 20+255+203=478 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #14FFCB is #EB0034. Grayscale: #B2B2B2. Windows color (decimal): -15401013 or 13369108. OLE color: 13369108.
HSL color Cylindrical-coordinate representation of color #14FFCB: hue angle of 166.72º 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 #14FFCB is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 203 | - |
| CMYK | 0.92 | 0 | 0.20 | 0 |
| HSL | 166.72º | 1% | 0.54% | - |
| HSV(B) | 166.72º | 0.92% | 1% | - |
| XYZ | 46.83 | 75.98 | 68.7 | - |
| YUV | 178.81 | 141.64 | 14.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 203 | 0.92 | 0 | 0.20 | 0 | 166.72 | 1 | 0.54 |
| Hex | 14 | FF | CB | 5C | 0 | 14 | 0 | A7 | 64 | 36 |
| Octal | 24 | 377 | 313 | 134 | 0 | 24 | 0 | 247 | 144 | 66 |
| Binary | 10100 | 11111111 | 11001011 | 1011100 | 0 | 10100 | 0 | 10100111 | 1100100 | 110110 |
Color Harmonies of #14FFCB
Complementary color
Monochromatic Colors of #14FFCB
Black with #14FFCB
Text Example
Text Example
White with #14FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFCB; }
p { color: rgb(20,255,203); }
H1.HeaderClassName
{
color: #14FFCB;
}
.AnyTagClassName
{
color: #14FFCB;
}
</style>
background-color css
<style>
a { background-color: #14FFCB; }
a { background-color: rgb(20,255,203); }
div.DivClassName
{
background-color: #14FFCB;
}
.BgClassName
{
background-color: #14FFCB;
}
</style>
border-color css
<style>
span { border-color: #14FFCB; }
span { border-color: rgb(20,255,203); }
td.TdClassName
{
border-color: #14FFCB;
}
.TagClassName
{
border-color: #14FFCB;
}
</style>