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