Shades of Bright Turquoise #12DCF0
Tints of Bright Turquoise #12DCF0
RGB
CMYK
RGB Variations
Color information
#12DCF0 (or 0x12DCF0) is known color: Bright Turquoise. HEX triplet: 12, DC and F0. RGB value is (18,220,240). Sum of RGB (Red+Green+Blue) = 18+220+240=478 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.77% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #12DCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DCF0 is #ED230F. Grayscale: #A1A1A1. Windows color (decimal): -15541008 or 15784978. OLE color: 15784978.
HSL color Cylindrical-coordinate representation of color #12DCF0: hue angle of 185.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12DCF0 is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 220 | 240 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.06 |
| HSL | 185.41º | 0.88% | 0.51% | - |
| HSV(B) | 185.41º | 0.93% | 0.94% | - |
| XYZ | 41.57 | 57.61 | 91.37 | - |
| YUV | 161.88 | 172.08 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 240 | 0.92 | 0.08 | 0 | 0.06 | 185.41 | 0.88 | 0.51 |
| Hex | 12 | DC | F0 | 5C | 8 | 0 | 6 | B9 | 58 | 33 |
| Octal | 22 | 334 | 360 | 134 | 10 | 0 | 6 | 271 | 130 | 63 |
| Binary | 10010 | 11011100 | 11110000 | 1011100 | 1000 | 0 | 110 | 10111001 | 1011000 | 110011 |
Color Harmonies of #12DCF0
Complementary color
Monochromatic Colors of #12DCF0
Black with #12DCF0
Text Example
Text Example
White with #12DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DCF0; }
p { color: rgb(18,220,240); }
H1.HeaderClassName
{
color: #12DCF0;
}
.AnyTagClassName
{
color: #12DCF0;
}
</style>
background-color css
<style>
a { background-color: #12DCF0; }
a { background-color: rgb(18,220,240); }
div.DivClassName
{
background-color: #12DCF0;
}
.BgClassName
{
background-color: #12DCF0;
}
</style>
border-color css
<style>
span { border-color: #12DCF0; }
span { border-color: rgb(18,220,240); }
td.TdClassName
{
border-color: #12DCF0;
}
.TagClassName
{
border-color: #12DCF0;
}
</style>