Shades of Dark Turquoise #12CBE0
Tints of Dark Turquoise #12CBE0
RGB
CMYK
RGB Variations
Color information
#12CBE0 (or 0x12CBE0) is known color: Dark Turquoise. HEX triplet: 12, CB and E0. RGB value is (18,203,224). Sum of RGB (Red+Green+Blue) = 18+203+224=445 (58% of max value = 765). Red value is 18 (7.42% from 255 or 4.04% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #12CBE0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CBE0 is #ED341F. Grayscale: #959595. Windows color (decimal): -15545376 or 14732050. OLE color: 14732050.
HSL color Cylindrical-coordinate representation of color #12CBE0: hue angle of 186.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CBE0 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 203 | 224 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.12 |
| HSL | 186.12º | 0.85% | 0.47% | - |
| HSV(B) | 186.12º | 0.92% | 0.88% | - |
| XYZ | 35.06 | 48.22 | 77.98 | - |
| YUV | 150.08 | 169.71 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 203 | 224 | 0.92 | 0.09 | 0 | 0.12 | 186.12 | 0.85 | 0.47 |
| Hex | 12 | CB | E0 | 5C | 9 | 0 | C | BA | 55 | 2F |
| Octal | 22 | 313 | 340 | 134 | 11 | 0 | 14 | 272 | 125 | 57 |
| Binary | 10010 | 11001011 | 11100000 | 1011100 | 1001 | 0 | 1100 | 10111010 | 1010101 | 101111 |
Color Harmonies of #12CBE0
Complementary color
Monochromatic Colors of #12CBE0
Black with #12CBE0
Text Example
Text Example
White with #12CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CBE0; }
p { color: rgb(18,203,224); }
H1.HeaderClassName
{
color: #12CBE0;
}
.AnyTagClassName
{
color: #12CBE0;
}
</style>
background-color css
<style>
a { background-color: #12CBE0; }
a { background-color: rgb(18,203,224); }
div.DivClassName
{
background-color: #12CBE0;
}
.BgClassName
{
background-color: #12CBE0;
}
</style>
border-color css
<style>
span { border-color: #12CBE0; }
span { border-color: rgb(18,203,224); }
td.TdClassName
{
border-color: #12CBE0;
}
.TagClassName
{
border-color: #12CBE0;
}
</style>