Shades of Dark Turquoise #1BC5DD
Tints of Dark Turquoise #1BC5DD
RGB
CMYK
RGB Variations
Color information
#1BC5DD (or 0x1BC5DD) is known color: Dark Turquoise. HEX triplet: 1B, C5 and DD. RGB value is (27,197,221). Sum of RGB (Red+Green+Blue) = 27+197+221=445 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.07% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #1BC5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC5DD is #E43A22. Grayscale: #949494. Windows color (decimal): -14957091 or 14533915. OLE color: 14533915.
HSL color Cylindrical-coordinate representation of color #1BC5DD: hue angle of 187.42º 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 #1BC5DD is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 197 | 221 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.13 |
| HSL | 187.42º | 0.78% | 0.49% | - |
| HSV(B) | 187.42º | 0.88% | 0.87% | - |
| XYZ | 33.47 | 45.39 | 75.4 | - |
| YUV | 148.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 221 | 0.88 | 0.11 | 0 | 0.13 | 187.42 | 0.78 | 0.49 |
| Hex | 1B | C5 | DD | 58 | B | 0 | D | BB | 4E | 31 |
| Octal | 33 | 305 | 335 | 130 | 13 | 0 | 15 | 273 | 116 | 61 |
| Binary | 11011 | 11000101 | 11011101 | 1011000 | 1011 | 0 | 1101 | 10111011 | 1001110 | 110001 |
Color Harmonies of #1BC5DD
Complementary color
Monochromatic Colors of #1BC5DD
Black with #1BC5DD
Text Example
Text Example
White with #1BC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC5DD; }
p { color: rgb(27,197,221); }
H1.HeaderClassName
{
color: #1BC5DD;
}
.AnyTagClassName
{
color: #1BC5DD;
}
</style>
background-color css
<style>
a { background-color: #1BC5DD; }
a { background-color: rgb(27,197,221); }
div.DivClassName
{
background-color: #1BC5DD;
}
.BgClassName
{
background-color: #1BC5DD;
}
</style>
border-color css
<style>
span { border-color: #1BC5DD; }
span { border-color: rgb(27,197,221); }
td.TdClassName
{
border-color: #1BC5DD;
}
.TagClassName
{
border-color: #1BC5DD;
}
</style>