Shades of Bright Turquoise #13FCDD
Tints of Bright Turquoise #13FCDD
RGB
CMYK
RGB Variations
Color information
#13FCDD (or 0x13FCDD) is known color: Bright Turquoise. HEX triplet: 13, FC and DD. RGB value is (19,252,221). Sum of RGB (Red+Green+Blue) = 19+252+221=492 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.86% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCDD is #EC0322. Grayscale: #B2B2B2. Windows color (decimal): -15467299 or 14547987. OLE color: 14547987.
HSL color Cylindrical-coordinate representation of color #13FCDD: hue angle of 172.02º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FCDD is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 252 | 221 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.01 |
| HSL | 172.02º | 0.97% | 0.53% | - |
| HSV(B) | 172.02º | 0.92% | 0.99% | - |
| XYZ | 48.13 | 74.98 | 80.34 | - |
| YUV | 178.8 | 151.81 | 14.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 252 | 221 | 0.92 | 0 | 0.12 | 0.01 | 172.02 | 0.97 | 0.53 |
| Hex | 13 | FC | DD | 5C | 0 | C | 1 | AC | 61 | 35 |
| Octal | 23 | 374 | 335 | 134 | 0 | 14 | 1 | 254 | 141 | 65 |
| Binary | 10011 | 11111100 | 11011101 | 1011100 | 0 | 1100 | 1 | 10101100 | 1100001 | 110101 |
Color Harmonies of #13FCDD
Complementary color
Monochromatic Colors of #13FCDD
Black with #13FCDD
Text Example
Text Example
White with #13FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FCDD; }
p { color: rgb(19,252,221); }
H1.HeaderClassName
{
color: #13FCDD;
}
.AnyTagClassName
{
color: #13FCDD;
}
</style>
background-color css
<style>
a { background-color: #13FCDD; }
a { background-color: rgb(19,252,221); }
div.DivClassName
{
background-color: #13FCDD;
}
.BgClassName
{
background-color: #13FCDD;
}
</style>
border-color css
<style>
span { border-color: #13FCDD; }
span { border-color: rgb(19,252,221); }
td.TdClassName
{
border-color: #13FCDD;
}
.TagClassName
{
border-color: #13FCDD;
}
</style>