Shades of Bright Turquoise #14DFF2
Tints of Bright Turquoise #14DFF2
RGB
CMYK
RGB Variations
Color information
#14DFF2 (or 0x14DFF2) is known color: Bright Turquoise. HEX triplet: 14, DF and F2. RGB value is (20,223,242). Sum of RGB (Red+Green+Blue) = 20+223+242=485 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #14DFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DFF2 is #EB200D. Grayscale: #A4A4A4. Windows color (decimal): -15409166 or 15916820. OLE color: 15916820.
HSL color Cylindrical-coordinate representation of color #14DFF2: hue angle of 185.14º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DFF2 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 223 | 242 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.05 |
| HSL | 185.14º | 0.9% | 0.51% | - |
| HSV(B) | 185.14º | 0.92% | 0.95% | - |
| XYZ | 42.7 | 59.33 | 93.21 | - |
| YUV | 164.47 | 171.75 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 242 | 0.92 | 0.08 | 0 | 0.05 | 185.14 | 0.9 | 0.51 |
| Hex | 14 | DF | F2 | 5C | 8 | 0 | 5 | B9 | 5A | 33 |
| Octal | 24 | 337 | 362 | 134 | 10 | 0 | 5 | 271 | 132 | 63 |
| Binary | 10100 | 11011111 | 11110010 | 1011100 | 1000 | 0 | 101 | 10111001 | 1011010 | 110011 |
Color Harmonies of #14DFF2
Complementary color
Monochromatic Colors of #14DFF2
Black with #14DFF2
Text Example
Text Example
White with #14DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DFF2; }
p { color: rgb(20,223,242); }
H1.HeaderClassName
{
color: #14DFF2;
}
.AnyTagClassName
{
color: #14DFF2;
}
</style>
background-color css
<style>
a { background-color: #14DFF2; }
a { background-color: rgb(20,223,242); }
div.DivClassName
{
background-color: #14DFF2;
}
.BgClassName
{
background-color: #14DFF2;
}
</style>
border-color css
<style>
span { border-color: #14DFF2; }
span { border-color: rgb(20,223,242); }
td.TdClassName
{
border-color: #14DFF2;
}
.TagClassName
{
border-color: #14DFF2;
}
</style>