Shades of Dark Turquoise #1BCFDB
Tints of Dark Turquoise #1BCFDB
RGB
CMYK
RGB Variations
Color information
#1BCFDB (or 0x1BCFDB) is known color: Dark Turquoise. HEX triplet: 1B, CF and DB. RGB value is (27,207,219). Sum of RGB (Red+Green+Blue) = 27+207+219=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #1BCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFDB is #E43024. Grayscale: #9A9A9A. Windows color (decimal): -14954533 or 14405403. OLE color: 14405403.
HSL color Cylindrical-coordinate representation of color #1BCFDB: hue angle of 183.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCFDB is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 207 | 219 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.14 |
| HSL | 183.75º | 0.78% | 0.48% | - |
| HSV(B) | 183.75º | 0.88% | 0.86% | - |
| XYZ | 35.55 | 49.97 | 74.79 | - |
| YUV | 154.55 | 164.37 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 219 | 0.88 | 0.05 | 0 | 0.14 | 183.75 | 0.78 | 0.48 |
| Hex | 1B | CF | DB | 58 | 5 | 0 | E | B8 | 4E | 30 |
| Octal | 33 | 317 | 333 | 130 | 5 | 0 | 16 | 270 | 116 | 60 |
| Binary | 11011 | 11001111 | 11011011 | 1011000 | 101 | 0 | 1110 | 10111000 | 1001110 | 110000 |
Color Harmonies of #1BCFDB
Complementary color
Monochromatic Colors of #1BCFDB
Black with #1BCFDB
Text Example
Text Example
White with #1BCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFDB; }
p { color: rgb(27,207,219); }
H1.HeaderClassName
{
color: #1BCFDB;
}
.AnyTagClassName
{
color: #1BCFDB;
}
</style>
background-color css
<style>
a { background-color: #1BCFDB; }
a { background-color: rgb(27,207,219); }
div.DivClassName
{
background-color: #1BCFDB;
}
.BgClassName
{
background-color: #1BCFDB;
}
</style>
border-color css
<style>
span { border-color: #1BCFDB; }
span { border-color: rgb(27,207,219); }
td.TdClassName
{
border-color: #1BCFDB;
}
.TagClassName
{
border-color: #1BCFDB;
}
</style>