Shades of Bright Turquoise #10EECB
Tints of Bright Turquoise #10EECB
RGB
CMYK
RGB Variations
Color information
#10EECB (or 0x10EECB) is known color: Bright Turquoise. HEX triplet: 10, EE and CB. RGB value is (16,238,203). Sum of RGB (Red+Green+Blue) = 16+238+203=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #10EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EECB is #EF1134. Grayscale: #A7A7A7. Windows color (decimal): -15667509 or 13364752. OLE color: 13364752.
HSL color Cylindrical-coordinate representation of color #10EECB: hue angle of 170.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EECB is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 238 | 203 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.07 |
| HSL | 170.54º | 0.87% | 0.5% | - |
| HSV(B) | 170.54º | 0.93% | 0.93% | - |
| XYZ | 41.57 | 65.57 | 66.97 | - |
| YUV | 167.63 | 147.95 | 19.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 203 | 0.93 | 0 | 0.15 | 0.07 | 170.54 | 0.87 | 0.5 |
| Hex | 10 | EE | CB | 5D | 0 | F | 7 | AB | 57 | 32 |
| Octal | 20 | 356 | 313 | 135 | 0 | 17 | 7 | 253 | 127 | 62 |
| Binary | 10000 | 11101110 | 11001011 | 1011101 | 0 | 1111 | 111 | 10101011 | 1010111 | 110010 |
Color Harmonies of #10EECB
Complementary color
Monochromatic Colors of #10EECB
Black with #10EECB
Text Example
Text Example
White with #10EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EECB; }
p { color: rgb(16,238,203); }
H1.HeaderClassName
{
color: #10EECB;
}
.AnyTagClassName
{
color: #10EECB;
}
</style>
background-color css
<style>
a { background-color: #10EECB; }
a { background-color: rgb(16,238,203); }
div.DivClassName
{
background-color: #10EECB;
}
.BgClassName
{
background-color: #10EECB;
}
</style>
border-color css
<style>
span { border-color: #10EECB; }
span { border-color: rgb(16,238,203); }
td.TdClassName
{
border-color: #10EECB;
}
.TagClassName
{
border-color: #10EECB;
}
</style>