Shades of Bright Turquoise #11F3DA
Tints of Bright Turquoise #11F3DA
RGB
CMYK
RGB Variations
Color information
#11F3DA (or 0x11F3DA) is known color: Bright Turquoise. HEX triplet: 11, F3 and DA. RGB value is (17,243,218). Sum of RGB (Red+Green+Blue) = 17+243+218=478 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 478); Green value is 243 (95.31% from 255 or 50.84% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 243 - color contains mainly: green. Hex color #11F3DA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F3DA is #EE0C25. Grayscale: #ACACAC. Windows color (decimal): -15600678 or 14349073. OLE color: 14349073.
HSL color Cylindrical-coordinate representation of color #11F3DA: hue angle of 173.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F3DA is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 243 | 218 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.05 |
| HSL | 173.36º | 0.9% | 0.51% | - |
| HSV(B) | 173.36º | 0.93% | 0.95% | - |
| XYZ | 44.94 | 69.28 | 77.33 | - |
| YUV | 172.58 | 153.63 | 17.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 243 | 218 | 0.93 | 0 | 0.10 | 0.05 | 173.36 | 0.9 | 0.51 |
| Hex | 11 | F3 | DA | 5D | 0 | A | 5 | AD | 5A | 33 |
| Octal | 21 | 363 | 332 | 135 | 0 | 12 | 5 | 255 | 132 | 63 |
| Binary | 10001 | 11110011 | 11011010 | 1011101 | 0 | 1010 | 101 | 10101101 | 1011010 | 110011 |
Color Harmonies of #11F3DA
Complementary color
Monochromatic Colors of #11F3DA
Black with #11F3DA
Text Example
Text Example
White with #11F3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F3DA; }
p { color: rgb(17,243,218); }
H1.HeaderClassName
{
color: #11F3DA;
}
.AnyTagClassName
{
color: #11F3DA;
}
</style>
background-color css
<style>
a { background-color: #11F3DA; }
a { background-color: rgb(17,243,218); }
div.DivClassName
{
background-color: #11F3DA;
}
.BgClassName
{
background-color: #11F3DA;
}
</style>
border-color css
<style>
span { border-color: #11F3DA; }
span { border-color: rgb(17,243,218); }
td.TdClassName
{
border-color: #11F3DA;
}
.TagClassName
{
border-color: #11F3DA;
}
</style>