Shades of Bright Turquoise #12FDEB
Tints of Bright Turquoise #12FDEB
RGB
CMYK
RGB Variations
Color information
#12FDEB (or 0x12FDEB) is known color: Bright Turquoise. HEX triplet: 12, FD and EB. RGB value is (18,253,235). Sum of RGB (Red+Green+Blue) = 18+253+235=506 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.56% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #12FDEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FDEB is #ED0214. Grayscale: #B4B4B4. Windows color (decimal): -15532565 or 15465746. OLE color: 15465746.
HSL color Cylindrical-coordinate representation of color #12FDEB: hue angle of 175.4º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FDEB is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 253 | 235 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.01 |
| HSL | 175.4º | 0.98% | 0.53% | - |
| HSV(B) | 175.4º | 0.93% | 0.99% | - |
| XYZ | 50.37 | 76.38 | 90.68 | - |
| YUV | 180.68 | 158.64 | 11.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 253 | 235 | 0.93 | 0 | 0.07 | 0.01 | 175.4 | 0.98 | 0.53 |
| Hex | 12 | FD | EB | 5D | 0 | 7 | 1 | AF | 62 | 35 |
| Octal | 22 | 375 | 353 | 135 | 0 | 7 | 1 | 257 | 142 | 65 |
| Binary | 10010 | 11111101 | 11101011 | 1011101 | 0 | 111 | 1 | 10101111 | 1100010 | 110101 |
Color Harmonies of #12FDEB
Complementary color
Monochromatic Colors of #12FDEB
Black with #12FDEB
Text Example
Text Example
White with #12FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FDEB; }
p { color: rgb(18,253,235); }
H1.HeaderClassName
{
color: #12FDEB;
}
.AnyTagClassName
{
color: #12FDEB;
}
</style>
background-color css
<style>
a { background-color: #12FDEB; }
a { background-color: rgb(18,253,235); }
div.DivClassName
{
background-color: #12FDEB;
}
.BgClassName
{
background-color: #12FDEB;
}
</style>
border-color css
<style>
span { border-color: #12FDEB; }
span { border-color: rgb(18,253,235); }
td.TdClassName
{
border-color: #12FDEB;
}
.TagClassName
{
border-color: #12FDEB;
}
</style>