Shades of Bright Turquoise #12DBEF
Tints of Bright Turquoise #12DBEF
RGB
CMYK
RGB Variations
Color information
#12DBEF (or 0x12DBEF) is known color: Bright Turquoise. HEX triplet: 12, DB and EF. RGB value is (18,219,239). Sum of RGB (Red+Green+Blue) = 18+219+239=476 (63% of max value = 765). Red value is 18 (7.42% from 255 or 3.78% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #12DBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12DBEF is #ED2410. Grayscale: #A0A0A0. Windows color (decimal): -15541265 or 15719186. OLE color: 15719186.
HSL color Cylindrical-coordinate representation of color #12DBEF: hue angle of 185.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DBEF is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 219 | 239 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.06 |
| HSL | 185.43º | 0.87% | 0.5% | - |
| HSV(B) | 185.43º | 0.92% | 0.94% | - |
| XYZ | 41.16 | 57.02 | 90.5 | - |
| YUV | 161.18 | 171.91 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 239 | 0.92 | 0.08 | 0 | 0.06 | 185.43 | 0.87 | 0.5 |
| Hex | 12 | DB | EF | 5C | 8 | 0 | 6 | B9 | 57 | 32 |
| Octal | 22 | 333 | 357 | 134 | 10 | 0 | 6 | 271 | 127 | 62 |
| Binary | 10010 | 11011011 | 11101111 | 1011100 | 1000 | 0 | 110 | 10111001 | 1010111 | 110010 |
Color Harmonies of #12DBEF
Complementary color
Monochromatic Colors of #12DBEF
Black with #12DBEF
Text Example
Text Example
White with #12DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DBEF; }
p { color: rgb(18,219,239); }
H1.HeaderClassName
{
color: #12DBEF;
}
.AnyTagClassName
{
color: #12DBEF;
}
</style>
background-color css
<style>
a { background-color: #12DBEF; }
a { background-color: rgb(18,219,239); }
div.DivClassName
{
background-color: #12DBEF;
}
.BgClassName
{
background-color: #12DBEF;
}
</style>
border-color css
<style>
span { border-color: #12DBEF; }
span { border-color: rgb(18,219,239); }
td.TdClassName
{
border-color: #12DBEF;
}
.TagClassName
{
border-color: #12DBEF;
}
</style>