Shades of Dark Turquoise #1BCDDF
Tints of Dark Turquoise #1BCDDF
RGB
CMYK
RGB Variations
Color information
#1BCDDF (or 0x1BCDDF) is known color: Dark Turquoise. HEX triplet: 1B, CD and DF. RGB value is (27,205,223). Sum of RGB (Red+Green+Blue) = 27+205+223=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BCDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCDDF is #E43220. Grayscale: #999999. Windows color (decimal): -14955041 or 14667035. OLE color: 14667035.
HSL color Cylindrical-coordinate representation of color #1BCDDF: hue angle of 185.51º 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 #1BCDDF is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 205 | 223 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.13 |
| HSL | 185.51º | 0.78% | 0.49% | - |
| HSV(B) | 185.51º | 0.88% | 0.87% | - |
| XYZ | 35.6 | 49.22 | 77.44 | - |
| YUV | 153.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 223 | 0.88 | 0.08 | 0 | 0.13 | 185.51 | 0.78 | 0.49 |
| Hex | 1B | CD | DF | 58 | 8 | 0 | D | BA | 4E | 31 |
| Octal | 33 | 315 | 337 | 130 | 10 | 0 | 15 | 272 | 116 | 61 |
| Binary | 11011 | 11001101 | 11011111 | 1011000 | 1000 | 0 | 1101 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1BCDDF
Complementary color
Monochromatic Colors of #1BCDDF
Black with #1BCDDF
Text Example
Text Example
White with #1BCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDDF; }
p { color: rgb(27,205,223); }
H1.HeaderClassName
{
color: #1BCDDF;
}
.AnyTagClassName
{
color: #1BCDDF;
}
</style>
background-color css
<style>
a { background-color: #1BCDDF; }
a { background-color: rgb(27,205,223); }
div.DivClassName
{
background-color: #1BCDDF;
}
.BgClassName
{
background-color: #1BCDDF;
}
</style>
border-color css
<style>
span { border-color: #1BCDDF; }
span { border-color: rgb(27,205,223); }
td.TdClassName
{
border-color: #1BCDDF;
}
.TagClassName
{
border-color: #1BCDDF;
}
</style>