Shades of Bright Turquoise #13EECB
Tints of Bright Turquoise #13EECB
RGB
CMYK
RGB Variations
Color information
#13EECB (or 0x13EECB) is known color: Bright Turquoise. HEX triplet: 13, EE and CB. RGB value is (19,238,203). Sum of RGB (Red+Green+Blue) = 19+238+203=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 238 (93.36% from 255 or 51.74% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 238 - color contains mainly: green. Hex color #13EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EECB is #EC1134. Grayscale: #A8A8A8. Windows color (decimal): -15470901 or 13364755. OLE color: 13364755.
HSL color Cylindrical-coordinate representation of color #13EECB: hue angle of 170.41º 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 #13EECB is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 203 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.07 |
| HSL | 170.41º | 0.87% | 0.5% | - |
| HSV(B) | 170.41º | 0.92% | 0.93% | - |
| XYZ | 41.62 | 65.6 | 66.97 | - |
| YUV | 168.53 | 147.45 | 21.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 203 | 0.92 | 0 | 0.15 | 0.07 | 170.41 | 0.87 | 0.5 |
| Hex | 13 | EE | CB | 5C | 0 | F | 7 | AA | 57 | 32 |
| Octal | 23 | 356 | 313 | 134 | 0 | 17 | 7 | 252 | 127 | 62 |
| Binary | 10011 | 11101110 | 11001011 | 1011100 | 0 | 1111 | 111 | 10101010 | 1010111 | 110010 |
Color Harmonies of #13EECB
Complementary color
Monochromatic Colors of #13EECB
Black with #13EECB
Text Example
Text Example
White with #13EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EECB; }
p { color: rgb(19,238,203); }
H1.HeaderClassName
{
color: #13EECB;
}
.AnyTagClassName
{
color: #13EECB;
}
</style>
background-color css
<style>
a { background-color: #13EECB; }
a { background-color: rgb(19,238,203); }
div.DivClassName
{
background-color: #13EECB;
}
.BgClassName
{
background-color: #13EECB;
}
</style>
border-color css
<style>
span { border-color: #13EECB; }
span { border-color: rgb(19,238,203); }
td.TdClassName
{
border-color: #13EECB;
}
.TagClassName
{
border-color: #13EECB;
}
</style>