Shades of Bright Turquoise #13EEF2
Tints of Bright Turquoise #13EEF2
RGB
CMYK
RGB Variations
Color information
#13EEF2 (or 0x13EEF2) is known color: Bright Turquoise. HEX triplet: 13, EE and F2. RGB value is (19,238,242). Sum of RGB (Red+Green+Blue) = 19+238+242=499 (66% of max value = 765). Red value is 19 (7.81% from 255 or 3.81% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #13EEF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EEF2 is #EC110D. Grayscale: #ACACAC. Windows color (decimal): -15470862 or 15920659. OLE color: 15920659.
HSL color Cylindrical-coordinate representation of color #13EEF2: hue angle of 181.08º 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 #13EEF2 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 238 | 242 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.05 |
| HSL | 181.08º | 0.9% | 0.51% | - |
| HSV(B) | 181.08º | 0.92% | 0.95% | - |
| XYZ | 46.87 | 67.7 | 94.6 | - |
| YUV | 172.98 | 166.95 | 18.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 242 | 0.92 | 0.02 | 0 | 0.05 | 181.08 | 0.9 | 0.51 |
| Hex | 13 | EE | F2 | 5C | 2 | 0 | 5 | B5 | 5A | 33 |
| Octal | 23 | 356 | 362 | 134 | 2 | 0 | 5 | 265 | 132 | 63 |
| Binary | 10011 | 11101110 | 11110010 | 1011100 | 10 | 0 | 101 | 10110101 | 1011010 | 110011 |
Color Harmonies of #13EEF2
Complementary color
Monochromatic Colors of #13EEF2
Black with #13EEF2
Text Example
Text Example
White with #13EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EEF2; }
p { color: rgb(19,238,242); }
H1.HeaderClassName
{
color: #13EEF2;
}
.AnyTagClassName
{
color: #13EEF2;
}
</style>
background-color css
<style>
a { background-color: #13EEF2; }
a { background-color: rgb(19,238,242); }
div.DivClassName
{
background-color: #13EEF2;
}
.BgClassName
{
background-color: #13EEF2;
}
</style>
border-color css
<style>
span { border-color: #13EEF2; }
span { border-color: rgb(19,238,242); }
td.TdClassName
{
border-color: #13EEF2;
}
.TagClassName
{
border-color: #13EEF2;
}
</style>