Shades of Dark Turquoise #1BCEDA
Tints of Dark Turquoise #1BCEDA
RGB
CMYK
RGB Variations
Color information
#1BCEDA (or 0x1BCEDA) is known color: Dark Turquoise. HEX triplet: 1B, CE and DA. RGB value is (27,206,218). Sum of RGB (Red+Green+Blue) = 27+206+218=451 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.99% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #1BCEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCEDA is #E43125. Grayscale: #999999. Windows color (decimal): -14954790 or 14339611. OLE color: 14339611.
HSL color Cylindrical-coordinate representation of color #1BCEDA: hue angle of 183.77º 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 #1BCEDA is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 206 | 218 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.15 |
| HSL | 183.77º | 0.78% | 0.48% | - |
| HSV(B) | 183.77º | 0.88% | 0.85% | - |
| XYZ | 35.18 | 49.44 | 74.02 | - |
| YUV | 153.85 | 164.2 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 206 | 218 | 0.88 | 0.06 | 0 | 0.15 | 183.77 | 0.78 | 0.48 |
| Hex | 1B | CE | DA | 58 | 6 | 0 | F | B8 | 4E | 30 |
| Octal | 33 | 316 | 332 | 130 | 6 | 0 | 17 | 270 | 116 | 60 |
| Binary | 11011 | 11001110 | 11011010 | 1011000 | 110 | 0 | 1111 | 10111000 | 1001110 | 110000 |
Color Harmonies of #1BCEDA
Complementary color
Monochromatic Colors of #1BCEDA
Black with #1BCEDA
Text Example
Text Example
White with #1BCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCEDA; }
p { color: rgb(27,206,218); }
H1.HeaderClassName
{
color: #1BCEDA;
}
.AnyTagClassName
{
color: #1BCEDA;
}
</style>
background-color css
<style>
a { background-color: #1BCEDA; }
a { background-color: rgb(27,206,218); }
div.DivClassName
{
background-color: #1BCEDA;
}
.BgClassName
{
background-color: #1BCEDA;
}
</style>
border-color css
<style>
span { border-color: #1BCEDA; }
span { border-color: rgb(27,206,218); }
td.TdClassName
{
border-color: #1BCEDA;
}
.TagClassName
{
border-color: #1BCEDA;
}
</style>