Shades of Bright Turquoise #13FFDD
Tints of Bright Turquoise #13FFDD
RGB
CMYK
RGB Variations
Color information
#13FFDD (or 0x13FFDD) is known color: Bright Turquoise. HEX triplet: 13, FF and DD. RGB value is (19,255,221). Sum of RGB (Red+Green+Blue) = 19+255+221=495 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.84% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFDD is #EC0022. Grayscale: #B4B4B4. Windows color (decimal): -15466531 or 14548755. OLE color: 14548755.
HSL color Cylindrical-coordinate representation of color #13FFDD: hue angle of 171.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFDD is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 221 | - |
| CMYK | 0.93 | 0 | 0.13 | 0 |
| HSL | 171.36º | 1% | 0.54% | - |
| HSV(B) | 171.36º | 0.93% | 1% | - |
| XYZ | 49.08 | 76.88 | 80.66 | - |
| YUV | 180.56 | 150.81 | 12.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 221 | 0.93 | 0 | 0.13 | 0 | 171.36 | 1 | 0.54 |
| Hex | 13 | FF | DD | 5D | 0 | D | 0 | AB | 64 | 36 |
| Octal | 23 | 377 | 335 | 135 | 0 | 15 | 0 | 253 | 144 | 66 |
| Binary | 10011 | 11111111 | 11011101 | 1011101 | 0 | 1101 | 0 | 10101011 | 1100100 | 110110 |
Color Harmonies of #13FFDD
Complementary color
Monochromatic Colors of #13FFDD
Black with #13FFDD
Text Example
Text Example
White with #13FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFDD; }
p { color: rgb(19,255,221); }
H1.HeaderClassName
{
color: #13FFDD;
}
.AnyTagClassName
{
color: #13FFDD;
}
</style>
background-color css
<style>
a { background-color: #13FFDD; }
a { background-color: rgb(19,255,221); }
div.DivClassName
{
background-color: #13FFDD;
}
.BgClassName
{
background-color: #13FFDD;
}
</style>
border-color css
<style>
span { border-color: #13FFDD; }
span { border-color: rgb(19,255,221); }
td.TdClassName
{
border-color: #13FFDD;
}
.TagClassName
{
border-color: #13FFDD;
}
</style>