Shades of Bright Turquoise #11F3CB
Tints of Bright Turquoise #11F3CB
RGB
CMYK
RGB Variations
Color information
#11F3CB (or 0x11F3CB) is known color: Bright Turquoise. HEX triplet: 11, F3 and CB. RGB value is (17,243,203). Sum of RGB (Red+Green+Blue) = 17+243+203=463 (61% of max value = 765). Red value is 17 (7.03% from 255 or 3.67% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #11F3CB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #11F3CB is #EE0C34. Grayscale: #AAAAAA. Windows color (decimal): -15600693 or 13366033. OLE color: 13366033.
HSL color Cylindrical-coordinate representation of color #11F3CB: hue angle of 169.38º 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 #11F3CB is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 243 | 203 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.05 |
| HSL | 169.38º | 0.9% | 0.51% | - |
| HSV(B) | 169.38º | 0.93% | 0.95% | - |
| XYZ | 43.06 | 68.53 | 67.46 | - |
| YUV | 170.87 | 146.13 | 18.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 243 | 203 | 0.93 | 0 | 0.16 | 0.05 | 169.38 | 0.9 | 0.51 |
| Hex | 11 | F3 | CB | 5D | 0 | 10 | 5 | A9 | 5A | 33 |
| Octal | 21 | 363 | 313 | 135 | 0 | 20 | 5 | 251 | 132 | 63 |
| Binary | 10001 | 11110011 | 11001011 | 1011101 | 0 | 10000 | 101 | 10101001 | 1011010 | 110011 |
Color Harmonies of #11F3CB
Complementary color
Monochromatic Colors of #11F3CB
Black with #11F3CB
Text Example
Text Example
White with #11F3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F3CB; }
p { color: rgb(17,243,203); }
H1.HeaderClassName
{
color: #11F3CB;
}
.AnyTagClassName
{
color: #11F3CB;
}
</style>
background-color css
<style>
a { background-color: #11F3CB; }
a { background-color: rgb(17,243,203); }
div.DivClassName
{
background-color: #11F3CB;
}
.BgClassName
{
background-color: #11F3CB;
}
</style>
border-color css
<style>
span { border-color: #11F3CB; }
span { border-color: rgb(17,243,203); }
td.TdClassName
{
border-color: #11F3CB;
}
.TagClassName
{
border-color: #11F3CB;
}
</style>