Shades of Dark Turquoise #12CFDE
Tints of Dark Turquoise #12CFDE
RGB
CMYK
RGB Variations
Color information
#12CFDE (or 0x12CFDE) is known color: Dark Turquoise. HEX triplet: 12, CF and DE. RGB value is (18,207,222). Sum of RGB (Red+Green+Blue) = 18+207+222=447 (59% of max value = 765). Red value is 18 (7.42% from 255 or 4.03% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #12CFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12CFDE is #ED3021. Grayscale: #979797. Windows color (decimal): -15544354 or 14602002. OLE color: 14602002.
HSL color Cylindrical-coordinate representation of color #12CFDE: hue angle of 184.41º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12CFDE is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 207 | 222 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.13 |
| HSL | 184.41º | 0.85% | 0.47% | - |
| HSV(B) | 184.41º | 0.92% | 0.87% | - |
| XYZ | 35.75 | 50.03 | 76.88 | - |
| YUV | 152.2 | 167.38 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 207 | 222 | 0.92 | 0.07 | 0 | 0.13 | 184.41 | 0.85 | 0.47 |
| Hex | 12 | CF | DE | 5C | 7 | 0 | D | B8 | 55 | 2F |
| Octal | 22 | 317 | 336 | 134 | 7 | 0 | 15 | 270 | 125 | 57 |
| Binary | 10010 | 11001111 | 11011110 | 1011100 | 111 | 0 | 1101 | 10111000 | 1010101 | 101111 |
Color Harmonies of #12CFDE
Complementary color
Monochromatic Colors of #12CFDE
Black with #12CFDE
Text Example
Text Example
White with #12CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12CFDE; }
p { color: rgb(18,207,222); }
H1.HeaderClassName
{
color: #12CFDE;
}
.AnyTagClassName
{
color: #12CFDE;
}
</style>
background-color css
<style>
a { background-color: #12CFDE; }
a { background-color: rgb(18,207,222); }
div.DivClassName
{
background-color: #12CFDE;
}
.BgClassName
{
background-color: #12CFDE;
}
</style>
border-color css
<style>
span { border-color: #12CFDE; }
span { border-color: rgb(18,207,222); }
td.TdClassName
{
border-color: #12CFDE;
}
.TagClassName
{
border-color: #12CFDE;
}
</style>