Shades of Dark Turquoise #1BCBD5
Tints of Dark Turquoise #1BCBD5
RGB
CMYK
RGB Variations
Color information
#1BCBD5 (or 0x1BCBD5) is known color: Dark Turquoise. HEX triplet: 1B, CB and D5. RGB value is (27,203,213). Sum of RGB (Red+Green+Blue) = 27+203+213=443 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.09% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #1BCBD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBD5 is #E4342A. Grayscale: #979797. Windows color (decimal): -14955563 or 14011163. OLE color: 14011163.
HSL color Cylindrical-coordinate representation of color #1BCBD5: hue angle of 183.23º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCBD5 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 203 | 213 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.16 |
| HSL | 183.23º | 0.78% | 0.47% | - |
| HSV(B) | 183.23º | 0.87% | 0.84% | - |
| XYZ | 33.82 | 47.75 | 70.38 | - |
| YUV | 151.52 | 162.69 | 39.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 213 | 0.87 | 0.05 | 0 | 0.16 | 183.23 | 0.78 | 0.47 |
| Hex | 1B | CB | D5 | 57 | 5 | 0 | 10 | B7 | 4E | 2F |
| Octal | 33 | 313 | 325 | 127 | 5 | 0 | 20 | 267 | 116 | 57 |
| Binary | 11011 | 11001011 | 11010101 | 1010111 | 101 | 0 | 10000 | 10110111 | 1001110 | 101111 |
Color Harmonies of #1BCBD5
Complementary color
Monochromatic Colors of #1BCBD5
Black with #1BCBD5
Text Example
Text Example
White with #1BCBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBD5; }
p { color: rgb(27,203,213); }
H1.HeaderClassName
{
color: #1BCBD5;
}
.AnyTagClassName
{
color: #1BCBD5;
}
</style>
background-color css
<style>
a { background-color: #1BCBD5; }
a { background-color: rgb(27,203,213); }
div.DivClassName
{
background-color: #1BCBD5;
}
.BgClassName
{
background-color: #1BCBD5;
}
</style>
border-color css
<style>
span { border-color: #1BCBD5; }
span { border-color: rgb(27,203,213); }
td.TdClassName
{
border-color: #1BCBD5;
}
.TagClassName
{
border-color: #1BCBD5;
}
</style>