Shades of Bright Turquoise #15E5CB
Tints of Bright Turquoise #15E5CB
RGB
CMYK
RGB Variations
Color information
#15E5CB (or 0x15E5CB) is known color: Bright Turquoise. HEX triplet: 15, E5 and CB. RGB value is (21,229,203). Sum of RGB (Red+Green+Blue) = 21+229+203=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #15E5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E5CB is #EA1A34. Grayscale: #A3A3A3. Windows color (decimal): -15342133 or 13362453. OLE color: 13362453.
HSL color Cylindrical-coordinate representation of color #15E5CB: hue angle of 172.5º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E5CB is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 229 | 203 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.10 |
| HSL | 172.5º | 0.83% | 0.49% | - |
| HSV(B) | 172.5º | 0.91% | 0.9% | - |
| XYZ | 39.11 | 60.51 | 66.12 | - |
| YUV | 163.84 | 150.09 | 26.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 229 | 203 | 0.91 | 0 | 0.11 | 0.10 | 172.5 | 0.83 | 0.49 |
| Hex | 15 | E5 | CB | 5B | 0 | B | A | AC | 53 | 31 |
| Octal | 25 | 345 | 313 | 133 | 0 | 13 | 12 | 254 | 123 | 61 |
| Binary | 10101 | 11100101 | 11001011 | 1011011 | 0 | 1011 | 1010 | 10101100 | 1010011 | 110001 |
Color Harmonies of #15E5CB
Complementary color
Monochromatic Colors of #15E5CB
Black with #15E5CB
Text Example
Text Example
White with #15E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E5CB; }
p { color: rgb(21,229,203); }
H1.HeaderClassName
{
color: #15E5CB;
}
.AnyTagClassName
{
color: #15E5CB;
}
</style>
background-color css
<style>
a { background-color: #15E5CB; }
a { background-color: rgb(21,229,203); }
div.DivClassName
{
background-color: #15E5CB;
}
.BgClassName
{
background-color: #15E5CB;
}
</style>
border-color css
<style>
span { border-color: #15E5CB; }
span { border-color: rgb(21,229,203); }
td.TdClassName
{
border-color: #15E5CB;
}
.TagClassName
{
border-color: #15E5CB;
}
</style>