Shades of Bright Turquoise #14EFF3
Tints of Bright Turquoise #14EFF3
RGB
CMYK
RGB Variations
Color information
#14EFF3 (or 0x14EFF3) is known color: Bright Turquoise. HEX triplet: 14, EF and F3. RGB value is (20,239,243). Sum of RGB (Red+Green+Blue) = 20+239+243=502 (66% of max value = 765). Red value is 20 (8.20% from 255 or 3.98% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #14EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #14EFF3 is #EB100C. Grayscale: #ADADAD. Windows color (decimal): -15405069 or 15986452. OLE color: 15986452.
HSL color Cylindrical-coordinate representation of color #14EFF3: hue angle of 181.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EFF3 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 239 | 243 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.05 |
| HSL | 181.08º | 0.9% | 0.52% | - |
| HSV(B) | 181.08º | 0.92% | 0.95% | - |
| XYZ | 47.33 | 68.35 | 95.49 | - |
| YUV | 173.98 | 166.95 | 18.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 239 | 243 | 0.92 | 0.02 | 0 | 0.05 | 181.08 | 0.9 | 0.52 |
| Hex | 14 | EF | F3 | 5C | 2 | 0 | 5 | B5 | 5A | 34 |
| Octal | 24 | 357 | 363 | 134 | 2 | 0 | 5 | 265 | 132 | 64 |
| Binary | 10100 | 11101111 | 11110011 | 1011100 | 10 | 0 | 101 | 10110101 | 1011010 | 110100 |
Color Harmonies of #14EFF3
Complementary color
Monochromatic Colors of #14EFF3
Black with #14EFF3
Text Example
Text Example
White with #14EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EFF3; }
p { color: rgb(20,239,243); }
H1.HeaderClassName
{
color: #14EFF3;
}
.AnyTagClassName
{
color: #14EFF3;
}
</style>
background-color css
<style>
a { background-color: #14EFF3; }
a { background-color: rgb(20,239,243); }
div.DivClassName
{
background-color: #14EFF3;
}
.BgClassName
{
background-color: #14EFF3;
}
</style>
border-color css
<style>
span { border-color: #14EFF3; }
span { border-color: rgb(20,239,243); }
td.TdClassName
{
border-color: #14EFF3;
}
.TagClassName
{
border-color: #14EFF3;
}
</style>