Shades of Dark Turquoise #11CFD3
Tints of Dark Turquoise #11CFD3
RGB
CMYK
RGB Variations
Color information
#11CFD3 (or 0x11CFD3) is known color: Dark Turquoise. HEX triplet: 11, CF and D3. RGB value is (17,207,211). Sum of RGB (Red+Green+Blue) = 17+207+211=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #11CFD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CFD3 is #EE302C. Grayscale: #969696. Windows color (decimal): -15609901 or 13881105. OLE color: 13881105.
HSL color Cylindrical-coordinate representation of color #11CFD3: hue angle of 181.24º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CFD3 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 207 | 211 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.17 |
| HSL | 181.24º | 0.85% | 0.45% | - |
| HSV(B) | 181.24º | 0.92% | 0.83% | - |
| XYZ | 34.3 | 49.45 | 69.36 | - |
| YUV | 150.65 | 162.05 | 32.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 211 | 0.92 | 0.02 | 0 | 0.17 | 181.24 | 0.85 | 0.45 |
| Hex | 11 | CF | D3 | 5C | 2 | 0 | 11 | B5 | 55 | 2D |
| Octal | 21 | 317 | 323 | 134 | 2 | 0 | 21 | 265 | 125 | 55 |
| Binary | 10001 | 11001111 | 11010011 | 1011100 | 10 | 0 | 10001 | 10110101 | 1010101 | 101101 |
Color Harmonies of #11CFD3
Complementary color
Monochromatic Colors of #11CFD3
Black with #11CFD3
Text Example
Text Example
White with #11CFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFD3; }
p { color: rgb(17,207,211); }
H1.HeaderClassName
{
color: #11CFD3;
}
.AnyTagClassName
{
color: #11CFD3;
}
</style>
background-color css
<style>
a { background-color: #11CFD3; }
a { background-color: rgb(17,207,211); }
div.DivClassName
{
background-color: #11CFD3;
}
.BgClassName
{
background-color: #11CFD3;
}
</style>
border-color css
<style>
span { border-color: #11CFD3; }
span { border-color: rgb(17,207,211); }
td.TdClassName
{
border-color: #11CFD3;
}
.TagClassName
{
border-color: #11CFD3;
}
</style>