Shades of Bright Turquoise #14FFE6
Tints of Bright Turquoise #14FFE6
RGB
CMYK
RGB Variations
Color information
#14FFE6 (or 0x14FFE6) is known color: Bright Turquoise. HEX triplet: 14, FF and E6. RGB value is (20,255,230). Sum of RGB (Red+Green+Blue) = 20+255+230=505 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.96% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #14FFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14FFE6 is #EB0019. Grayscale: #B5B5B5. Windows color (decimal): -15400986 or 15138580. OLE color: 15138580.
HSL color Cylindrical-coordinate representation of color #14FFE6: hue angle of 173.62º 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 #14FFE6 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 230 | - |
| CMYK | 0.92 | 0 | 0.10 | 0 |
| HSL | 173.62º | 1% | 0.54% | - |
| HSV(B) | 173.62º | 0.92% | 1% | - |
| XYZ | 50.33 | 77.38 | 87.15 | - |
| YUV | 181.89 | 155.14 | 12.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 230 | 0.92 | 0 | 0.10 | 0 | 173.62 | 1 | 0.54 |
| Hex | 14 | FF | E6 | 5C | 0 | A | 0 | AE | 64 | 36 |
| Octal | 24 | 377 | 346 | 134 | 0 | 12 | 0 | 256 | 144 | 66 |
| Binary | 10100 | 11111111 | 11100110 | 1011100 | 0 | 1010 | 0 | 10101110 | 1100100 | 110110 |
Color Harmonies of #14FFE6
Complementary color
Monochromatic Colors of #14FFE6
Black with #14FFE6
Text Example
Text Example
White with #14FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FFE6; }
p { color: rgb(20,255,230); }
H1.HeaderClassName
{
color: #14FFE6;
}
.AnyTagClassName
{
color: #14FFE6;
}
</style>
background-color css
<style>
a { background-color: #14FFE6; }
a { background-color: rgb(20,255,230); }
div.DivClassName
{
background-color: #14FFE6;
}
.BgClassName
{
background-color: #14FFE6;
}
</style>
border-color css
<style>
span { border-color: #14FFE6; }
span { border-color: rgb(20,255,230); }
td.TdClassName
{
border-color: #14FFE6;
}
.TagClassName
{
border-color: #14FFE6;
}
</style>