Shades of Dark Turquoise #1BC9DD
Tints of Dark Turquoise #1BC9DD
RGB
CMYK
RGB Variations
Color information
#1BC9DD (or 0x1BC9DD) is known color: Dark Turquoise. HEX triplet: 1B, C9 and DD. RGB value is (27,201,221). Sum of RGB (Red+Green+Blue) = 27+201+221=449 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.01% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BC9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC9DD is #E43622. Grayscale: #969696. Windows color (decimal): -14956067 or 14534939. OLE color: 14534939.
HSL color Cylindrical-coordinate representation of color #1BC9DD: hue angle of 186.19º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC9DD is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 201 | 221 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.13 |
| HSL | 186.19º | 0.78% | 0.49% | - |
| HSV(B) | 186.19º | 0.88% | 0.87% | - |
| XYZ | 34.39 | 47.23 | 75.71 | - |
| YUV | 151.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 201 | 221 | 0.88 | 0.09 | 0 | 0.13 | 186.19 | 0.78 | 0.49 |
| Hex | 1B | C9 | DD | 58 | 9 | 0 | D | BA | 4E | 31 |
| Octal | 33 | 311 | 335 | 130 | 11 | 0 | 15 | 272 | 116 | 61 |
| Binary | 11011 | 11001001 | 11011101 | 1011000 | 1001 | 0 | 1101 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1BC9DD
Complementary color
Monochromatic Colors of #1BC9DD
Black with #1BC9DD
Text Example
Text Example
White with #1BC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC9DD; }
p { color: rgb(27,201,221); }
H1.HeaderClassName
{
color: #1BC9DD;
}
.AnyTagClassName
{
color: #1BC9DD;
}
</style>
background-color css
<style>
a { background-color: #1BC9DD; }
a { background-color: rgb(27,201,221); }
div.DivClassName
{
background-color: #1BC9DD;
}
.BgClassName
{
background-color: #1BC9DD;
}
</style>
border-color css
<style>
span { border-color: #1BC9DD; }
span { border-color: rgb(27,201,221); }
td.TdClassName
{
border-color: #1BC9DD;
}
.TagClassName
{
border-color: #1BC9DD;
}
</style>