Shades of Bright Turquoise #10E6CB
Tints of Bright Turquoise #10E6CB
RGB
CMYK
RGB Variations
Color information
#10E6CB (or 0x10E6CB) is known color: Bright Turquoise. HEX triplet: 10, E6 and CB. RGB value is (16,230,203). Sum of RGB (Red+Green+Blue) = 16+230+203=449 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.56% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #10E6CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10E6CB is #EF1934. Grayscale: #A2A2A2. Windows color (decimal): -15669557 or 13362704. OLE color: 13362704.
HSL color Cylindrical-coordinate representation of color #10E6CB: hue angle of 172.43º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E6CB is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 230 | 203 | - |
| CMYK | 0.93 | 0 | 0.12 | 0.10 |
| HSL | 172.43º | 0.87% | 0.48% | - |
| HSV(B) | 172.43º | 0.93% | 0.9% | - |
| XYZ | 39.29 | 61.02 | 66.21 | - |
| YUV | 162.94 | 150.6 | 23.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 230 | 203 | 0.93 | 0 | 0.12 | 0.10 | 172.43 | 0.87 | 0.48 |
| Hex | 10 | E6 | CB | 5D | 0 | C | A | AC | 57 | 30 |
| Octal | 20 | 346 | 313 | 135 | 0 | 14 | 12 | 254 | 127 | 60 |
| Binary | 10000 | 11100110 | 11001011 | 1011101 | 0 | 1100 | 1010 | 10101100 | 1010111 | 110000 |
Color Harmonies of #10E6CB
Complementary color
Monochromatic Colors of #10E6CB
Black with #10E6CB
Text Example
Text Example
White with #10E6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E6CB; }
p { color: rgb(16,230,203); }
H1.HeaderClassName
{
color: #10E6CB;
}
.AnyTagClassName
{
color: #10E6CB;
}
</style>
background-color css
<style>
a { background-color: #10E6CB; }
a { background-color: rgb(16,230,203); }
div.DivClassName
{
background-color: #10E6CB;
}
.BgClassName
{
background-color: #10E6CB;
}
</style>
border-color css
<style>
span { border-color: #10E6CB; }
span { border-color: rgb(16,230,203); }
td.TdClassName
{
border-color: #10E6CB;
}
.TagClassName
{
border-color: #10E6CB;
}
</style>