Shades of Dark Turquoise #1BCBDA
Tints of Dark Turquoise #1BCBDA
RGB
CMYK
RGB Variations
Color information
#1BCBDA (or 0x1BCBDA) is known color: Dark Turquoise. HEX triplet: 1B, CB and DA. RGB value is (27,203,218). Sum of RGB (Red+Green+Blue) = 27+203+218=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBDA is #E43425. Grayscale: #979797. Windows color (decimal): -14955558 or 14338843. OLE color: 14338843.
HSL color Cylindrical-coordinate representation of color #1BCBDA: hue angle of 184.71º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCBDA is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 203 | 218 | - |
| CMYK | 0.88 | 0.07 | 0 | 0.15 |
| HSL | 184.71º | 0.78% | 0.48% | - |
| HSV(B) | 184.71º | 0.88% | 0.85% | - |
| XYZ | 34.46 | 48.01 | 73.78 | - |
| YUV | 152.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 218 | 0.88 | 0.07 | 0 | 0.15 | 184.71 | 0.78 | 0.48 |
| Hex | 1B | CB | DA | 58 | 7 | 0 | F | B9 | 4E | 30 |
| Octal | 33 | 313 | 332 | 130 | 7 | 0 | 17 | 271 | 116 | 60 |
| Binary | 11011 | 11001011 | 11011010 | 1011000 | 111 | 0 | 1111 | 10111001 | 1001110 | 110000 |
Color Harmonies of #1BCBDA
Complementary color
Monochromatic Colors of #1BCBDA
Black with #1BCBDA
Text Example
Text Example
White with #1BCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBDA; }
p { color: rgb(27,203,218); }
H1.HeaderClassName
{
color: #1BCBDA;
}
.AnyTagClassName
{
color: #1BCBDA;
}
</style>
background-color css
<style>
a { background-color: #1BCBDA; }
a { background-color: rgb(27,203,218); }
div.DivClassName
{
background-color: #1BCBDA;
}
.BgClassName
{
background-color: #1BCBDA;
}
</style>
border-color css
<style>
span { border-color: #1BCBDA; }
span { border-color: rgb(27,203,218); }
td.TdClassName
{
border-color: #1BCBDA;
}
.TagClassName
{
border-color: #1BCBDA;
}
</style>