Shades of Bright Turquoise #13EEE5
Tints of Bright Turquoise #13EEE5
RGB
CMYK
RGB Variations
Color information
#13EEE5 (or 0x13EEE5) is known color: Bright Turquoise. HEX triplet: 13, EE and E5. RGB value is (19,238,229). Sum of RGB (Red+Green+Blue) = 19+238+229=486 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.91% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #13EEE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EEE5 is #EC111A. Grayscale: #ABABAB. Windows color (decimal): -15470875 or 15068691. OLE color: 15068691.
HSL color Cylindrical-coordinate representation of color #13EEE5: hue angle of 177.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EEE5 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 229 | - |
| CMYK | 0.92 | 0 | 0.04 | 0.07 |
| HSL | 177.53º | 0.87% | 0.5% | - |
| HSV(B) | 177.53º | 0.92% | 0.93% | - |
| XYZ | 44.99 | 66.94 | 84.68 | - |
| YUV | 171.49 | 160.45 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 229 | 0.92 | 0 | 0.04 | 0.07 | 177.53 | 0.87 | 0.5 |
| Hex | 13 | EE | E5 | 5C | 0 | 4 | 7 | B2 | 57 | 32 |
| Octal | 23 | 356 | 345 | 134 | 0 | 4 | 7 | 262 | 127 | 62 |
| Binary | 10011 | 11101110 | 11100101 | 1011100 | 0 | 100 | 111 | 10110010 | 1010111 | 110010 |
Color Harmonies of #13EEE5
Complementary color
Monochromatic Colors of #13EEE5
Black with #13EEE5
Text Example
Text Example
White with #13EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EEE5; }
p { color: rgb(19,238,229); }
H1.HeaderClassName
{
color: #13EEE5;
}
.AnyTagClassName
{
color: #13EEE5;
}
</style>
background-color css
<style>
a { background-color: #13EEE5; }
a { background-color: rgb(19,238,229); }
div.DivClassName
{
background-color: #13EEE5;
}
.BgClassName
{
background-color: #13EEE5;
}
</style>
border-color css
<style>
span { border-color: #13EEE5; }
span { border-color: rgb(19,238,229); }
td.TdClassName
{
border-color: #13EEE5;
}
.TagClassName
{
border-color: #13EEE5;
}
</style>