Shades of Dark Turquoise #1BCBDF
Tints of Dark Turquoise #1BCBDF
RGB
CMYK
RGB Variations
Color information
#1BCBDF (or 0x1BCBDF) is known color: Dark Turquoise. HEX triplet: 1B, CB and DF. RGB value is (27,203,223). Sum of RGB (Red+Green+Blue) = 27+203+223=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #1BCBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCBDF is #E43420. Grayscale: #989898. Windows color (decimal): -14955553 or 14666523. OLE color: 14666523.
HSL color Cylindrical-coordinate representation of color #1BCBDF: hue angle of 186.12º 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 #1BCBDF is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 203 | 223 | - |
| CMYK | 0.88 | 0.09 | 0 | 0.13 |
| HSL | 186.12º | 0.78% | 0.49% | - |
| HSV(B) | 186.12º | 0.88% | 0.87% | - |
| XYZ | 35.13 | 48.27 | 77.28 | - |
| YUV | 152.66 | 167.69 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 203 | 223 | 0.88 | 0.09 | 0 | 0.13 | 186.12 | 0.78 | 0.49 |
| Hex | 1B | CB | DF | 58 | 9 | 0 | D | BA | 4E | 31 |
| Octal | 33 | 313 | 337 | 130 | 11 | 0 | 15 | 272 | 116 | 61 |
| Binary | 11011 | 11001011 | 11011111 | 1011000 | 1001 | 0 | 1101 | 10111010 | 1001110 | 110001 |
Color Harmonies of #1BCBDF
Complementary color
Monochromatic Colors of #1BCBDF
Black with #1BCBDF
Text Example
Text Example
White with #1BCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCBDF; }
p { color: rgb(27,203,223); }
H1.HeaderClassName
{
color: #1BCBDF;
}
.AnyTagClassName
{
color: #1BCBDF;
}
</style>
background-color css
<style>
a { background-color: #1BCBDF; }
a { background-color: rgb(27,203,223); }
div.DivClassName
{
background-color: #1BCBDF;
}
.BgClassName
{
background-color: #1BCBDF;
}
</style>
border-color css
<style>
span { border-color: #1BCBDF; }
span { border-color: rgb(27,203,223); }
td.TdClassName
{
border-color: #1BCBDF;
}
.TagClassName
{
border-color: #1BCBDF;
}
</style>