Shades of Bright Turquoise #13F8E8
Tints of Bright Turquoise #13F8E8
RGB
CMYK
RGB Variations
Color information
#13F8E8 (or 0x13F8E8) is known color: Bright Turquoise. HEX triplet: 13, F8 and E8. RGB value is (19,248,232). Sum of RGB (Red+Green+Blue) = 19+248+232=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #13F8E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13F8E8 is #EC0717. Grayscale: #B1B1B1. Windows color (decimal): -15468312 or 15267859. OLE color: 15267859.
HSL color Cylindrical-coordinate representation of color #13F8E8: hue angle of 175.81º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F8E8 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 248 | 232 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.03 |
| HSL | 175.81º | 0.94% | 0.52% | - |
| HSV(B) | 175.81º | 0.92% | 0.97% | - |
| XYZ | 48.4 | 73.1 | 87.9 | - |
| YUV | 177.71 | 158.63 | 14.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 248 | 232 | 0.92 | 0 | 0.06 | 0.03 | 175.81 | 0.94 | 0.52 |
| Hex | 13 | F8 | E8 | 5C | 0 | 6 | 3 | B0 | 5E | 34 |
| Octal | 23 | 370 | 350 | 134 | 0 | 6 | 3 | 260 | 136 | 64 |
| Binary | 10011 | 11111000 | 11101000 | 1011100 | 0 | 110 | 11 | 10110000 | 1011110 | 110100 |
Color Harmonies of #13F8E8
Complementary color
Monochromatic Colors of #13F8E8
Black with #13F8E8
Text Example
Text Example
White with #13F8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F8E8; }
p { color: rgb(19,248,232); }
H1.HeaderClassName
{
color: #13F8E8;
}
.AnyTagClassName
{
color: #13F8E8;
}
</style>
background-color css
<style>
a { background-color: #13F8E8; }
a { background-color: rgb(19,248,232); }
div.DivClassName
{
background-color: #13F8E8;
}
.BgClassName
{
background-color: #13F8E8;
}
</style>
border-color css
<style>
span { border-color: #13F8E8; }
span { border-color: rgb(19,248,232); }
td.TdClassName
{
border-color: #13F8E8;
}
.TagClassName
{
border-color: #13F8E8;
}
</style>