Shades of Bright Turquoise #13FCCD
Tints of Bright Turquoise #13FCCD
RGB
CMYK
RGB Variations
Color information
#13FCCD (or 0x13FCCD) is known color: Bright Turquoise. HEX triplet: 13, FC and CD. RGB value is (19,252,205). Sum of RGB (Red+Green+Blue) = 19+252+205=476 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.99% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCCD is #EC0332. Grayscale: #B0B0B0. Windows color (decimal): -15467315 or 13499411. OLE color: 13499411.
HSL color Cylindrical-coordinate representation of color #13FCCD: hue angle of 167.9º 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 #13FCCD is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 252 | 205 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.01 |
| HSL | 167.9º | 0.97% | 0.53% | - |
| HSV(B) | 167.9º | 0.92% | 0.99% | - |
| XYZ | 46.1 | 74.17 | 69.64 | - |
| YUV | 176.98 | 143.81 | 15.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 252 | 205 | 0.92 | 0 | 0.19 | 0.01 | 167.9 | 0.97 | 0.53 |
| Hex | 13 | FC | CD | 5C | 0 | 13 | 1 | A8 | 61 | 35 |
| Octal | 23 | 374 | 315 | 134 | 0 | 23 | 1 | 250 | 141 | 65 |
| Binary | 10011 | 11111100 | 11001101 | 1011100 | 0 | 10011 | 1 | 10101000 | 1100001 | 110101 |
Color Harmonies of #13FCCD
Complementary color
Monochromatic Colors of #13FCCD
Black with #13FCCD
Text Example
Text Example
White with #13FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FCCD; }
p { color: rgb(19,252,205); }
H1.HeaderClassName
{
color: #13FCCD;
}
.AnyTagClassName
{
color: #13FCCD;
}
</style>
background-color css
<style>
a { background-color: #13FCCD; }
a { background-color: rgb(19,252,205); }
div.DivClassName
{
background-color: #13FCCD;
}
.BgClassName
{
background-color: #13FCCD;
}
</style>
border-color css
<style>
span { border-color: #13FCCD; }
span { border-color: rgb(19,252,205); }
td.TdClassName
{
border-color: #13FCCD;
}
.TagClassName
{
border-color: #13FCCD;
}
</style>