Shades of Bright Turquoise #13F2CE
Tints of Bright Turquoise #13F2CE
RGB
CMYK
RGB Variations
Color information
#13F2CE (or 0x13F2CE) is known color: Bright Turquoise. HEX triplet: 13, F2 and CE. RGB value is (19,242,206). Sum of RGB (Red+Green+Blue) = 19+242+206=467 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.07% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2CE is #EC0D31. Grayscale: #ABABAB. Windows color (decimal): -15469874 or 13562387. OLE color: 13562387.
HSL color Cylindrical-coordinate representation of color #13F2CE: hue angle of 170.31º 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 #13F2CE is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 206 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.05 |
| HSL | 170.31º | 0.9% | 0.51% | - |
| HSV(B) | 170.31º | 0.92% | 0.95% | - |
| XYZ | 43.16 | 68.1 | 69.26 | - |
| YUV | 171.22 | 147.62 | 19.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 206 | 0.92 | 0 | 0.15 | 0.05 | 170.31 | 0.9 | 0.51 |
| Hex | 13 | F2 | CE | 5C | 0 | F | 5 | AA | 5A | 33 |
| Octal | 23 | 362 | 316 | 134 | 0 | 17 | 5 | 252 | 132 | 63 |
| Binary | 10011 | 11110010 | 11001110 | 1011100 | 0 | 1111 | 101 | 10101010 | 1011010 | 110011 |
Color Harmonies of #13F2CE
Complementary color
Monochromatic Colors of #13F2CE
Black with #13F2CE
Text Example
Text Example
White with #13F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2CE; }
p { color: rgb(19,242,206); }
H1.HeaderClassName
{
color: #13F2CE;
}
.AnyTagClassName
{
color: #13F2CE;
}
</style>
background-color css
<style>
a { background-color: #13F2CE; }
a { background-color: rgb(19,242,206); }
div.DivClassName
{
background-color: #13F2CE;
}
.BgClassName
{
background-color: #13F2CE;
}
</style>
border-color css
<style>
span { border-color: #13F2CE; }
span { border-color: rgb(19,242,206); }
td.TdClassName
{
border-color: #13F2CE;
}
.TagClassName
{
border-color: #13F2CE;
}
</style>