Shades of Bright Turquoise #14EFF4
Tints of Bright Turquoise #14EFF4
RGB
CMYK
RGB Variations
Color information
#14EFF4 (or 0x14EFF4) is known color: Bright Turquoise. HEX triplet: 14, EF and F4. RGB value is (20,239,244). Sum of RGB (Red+Green+Blue) = 20+239+244=503 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #14EFF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EFF4 is #EB100B. Grayscale: #ADADAD. Windows color (decimal): -15405068 or 16051988. OLE color: 16051988.
HSL color Cylindrical-coordinate representation of color #14EFF4: hue angle of 181.34º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFF4 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 20 | 239 | 244 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.04 |
| HSL | 181.34º | 0.91% | 0.52% | - |
| HSV(B) | 181.34º | 0.92% | 0.96% | - |
| XYZ | 47.48 | 68.41 | 96.29 | - |
| YUV | 174.09 | 167.45 | 18.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 244 | 0.92 | 0.02 | 0 | 0.04 | 181.34 | 0.91 | 0.52 |
| Hex | 14 | EF | F4 | 5C | 2 | 0 | 4 | B5 | 5B | 34 |
| Octal | 24 | 357 | 364 | 134 | 2 | 0 | 4 | 265 | 133 | 64 |
| Binary | 10100 | 11101111 | 11110100 | 1011100 | 10 | 0 | 100 | 10110101 | 1011011 | 110100 |
Color Harmonies of #14EFF4
Complementary color
Monochromatic Colors of #14EFF4
Black with #14EFF4
Text Example
Text Example
White with #14EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFF4; }
p { color: rgb(20,239,244); }
H1.HeaderClassName
{
color: #14EFF4;
}
.AnyTagClassName
{
color: #14EFF4;
}
</style>
background-color css
<style>
a { background-color: #14EFF4; }
a { background-color: rgb(20,239,244); }
div.DivClassName
{
background-color: #14EFF4;
}
.BgClassName
{
background-color: #14EFF4;
}
</style>
border-color css
<style>
span { border-color: #14EFF4; }
span { border-color: rgb(20,239,244); }
td.TdClassName
{
border-color: #14EFF4;
}
.TagClassName
{
border-color: #14EFF4;
}
</style>