Shades of Dark Turquoise #1BCFD6
Tints of Dark Turquoise #1BCFD6
RGB
CMYK
RGB Variations
Color information
#1BCFD6 (or 0x1BCFD6) is known color: Dark Turquoise. HEX triplet: 1B, CF and D6. RGB value is (27,207,214). Sum of RGB (Red+Green+Blue) = 27+207+214=448 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.03% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #1BCFD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCFD6 is #E43029. Grayscale: #999999. Windows color (decimal): -14954538 or 14077723. OLE color: 14077723.
HSL color Cylindrical-coordinate representation of color #1BCFD6: hue angle of 182.25º degrees, saturation: 0.78, 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 #1BCFD6 is Cyan = 0.87, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 207 | 214 | - |
| CMYK | 0.87 | 0.03 | 0 | 0.16 |
| HSL | 182.25º | 0.78% | 0.47% | - |
| HSV(B) | 182.25º | 0.87% | 0.84% | - |
| XYZ | 34.9 | 49.71 | 71.37 | - |
| YUV | 153.98 | 161.87 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 214 | 0.87 | 0.03 | 0 | 0.16 | 182.25 | 0.78 | 0.47 |
| Hex | 1B | CF | D6 | 57 | 3 | 0 | 10 | B6 | 4E | 2F |
| Octal | 33 | 317 | 326 | 127 | 3 | 0 | 20 | 266 | 116 | 57 |
| Binary | 11011 | 11001111 | 11010110 | 1010111 | 11 | 0 | 10000 | 10110110 | 1001110 | 101111 |
Color Harmonies of #1BCFD6
Complementary color
Monochromatic Colors of #1BCFD6
Black with #1BCFD6
Text Example
Text Example
White with #1BCFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFD6; }
p { color: rgb(27,207,214); }
H1.HeaderClassName
{
color: #1BCFD6;
}
.AnyTagClassName
{
color: #1BCFD6;
}
</style>
background-color css
<style>
a { background-color: #1BCFD6; }
a { background-color: rgb(27,207,214); }
div.DivClassName
{
background-color: #1BCFD6;
}
.BgClassName
{
background-color: #1BCFD6;
}
</style>
border-color css
<style>
span { border-color: #1BCFD6; }
span { border-color: rgb(27,207,214); }
td.TdClassName
{
border-color: #1BCFD6;
}
.TagClassName
{
border-color: #1BCFD6;
}
</style>