Shades of Bright Turquoise #15E9CB
Tints of Bright Turquoise #15E9CB
RGB
CMYK
RGB Variations
Color information
#15E9CB (or 0x15E9CB) is known color: Bright Turquoise. HEX triplet: 15, E9 and CB. RGB value is (21,233,203). Sum of RGB (Red+Green+Blue) = 21+233+203=457 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.60% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #15E9CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15E9CB is #EA1634. Grayscale: #A6A6A6. Windows color (decimal): -15341109 or 13363477. OLE color: 13363477.
HSL color Cylindrical-coordinate representation of color #15E9CB: hue angle of 171.51º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E9CB is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 233 | 203 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.09 |
| HSL | 171.51º | 0.83% | 0.5% | - |
| HSV(B) | 171.51º | 0.91% | 0.91% | - |
| XYZ | 40.23 | 62.75 | 66.49 | - |
| YUV | 166.19 | 148.76 | 24.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 233 | 203 | 0.91 | 0 | 0.13 | 0.09 | 171.51 | 0.83 | 0.5 |
| Hex | 15 | E9 | CB | 5B | 0 | D | 9 | AC | 53 | 32 |
| Octal | 25 | 351 | 313 | 133 | 0 | 15 | 11 | 254 | 123 | 62 |
| Binary | 10101 | 11101001 | 11001011 | 1011011 | 0 | 1101 | 1001 | 10101100 | 1010011 | 110010 |
Color Harmonies of #15E9CB
Complementary color
Monochromatic Colors of #15E9CB
Black with #15E9CB
Text Example
Text Example
White with #15E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E9CB; }
p { color: rgb(21,233,203); }
H1.HeaderClassName
{
color: #15E9CB;
}
.AnyTagClassName
{
color: #15E9CB;
}
</style>
background-color css
<style>
a { background-color: #15E9CB; }
a { background-color: rgb(21,233,203); }
div.DivClassName
{
background-color: #15E9CB;
}
.BgClassName
{
background-color: #15E9CB;
}
</style>
border-color css
<style>
span { border-color: #15E9CB; }
span { border-color: rgb(21,233,203); }
td.TdClassName
{
border-color: #15E9CB;
}
.TagClassName
{
border-color: #15E9CB;
}
</style>