Shades of Dark Turquoise #1BCCD7
Tints of Dark Turquoise #1BCCD7
RGB
CMYK
RGB Variations
Color information
#1BCCD7 (or 0x1BCCD7) is known color: Dark Turquoise. HEX triplet: 1B, CC and D7. RGB value is (27,204,215). Sum of RGB (Red+Green+Blue) = 27+204+215=446 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6.05% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #1BCCD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCD7 is #E43328. Grayscale: #989898. Windows color (decimal): -14955305 or 14142491. OLE color: 14142491.
HSL color Cylindrical-coordinate representation of color #1BCCD7: hue angle of 183.51º 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 #1BCCD7 is Cyan = 0.87, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 204 | 215 | - |
| CMYK | 0.87 | 0.05 | 0 | 0.16 |
| HSL | 183.51º | 0.78% | 0.47% | - |
| HSV(B) | 183.51º | 0.87% | 0.84% | - |
| XYZ | 34.31 | 48.33 | 71.81 | - |
| YUV | 152.33 | 163.36 | 38.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 215 | 0.87 | 0.05 | 0 | 0.16 | 183.51 | 0.78 | 0.47 |
| Hex | 1B | CC | D7 | 57 | 5 | 0 | 10 | B8 | 4E | 2F |
| Octal | 33 | 314 | 327 | 127 | 5 | 0 | 20 | 270 | 116 | 57 |
| Binary | 11011 | 11001100 | 11010111 | 1010111 | 101 | 0 | 10000 | 10111000 | 1001110 | 101111 |
Color Harmonies of #1BCCD7
Complementary color
Monochromatic Colors of #1BCCD7
Black with #1BCCD7
Text Example
Text Example
White with #1BCCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCD7; }
p { color: rgb(27,204,215); }
H1.HeaderClassName
{
color: #1BCCD7;
}
.AnyTagClassName
{
color: #1BCCD7;
}
</style>
background-color css
<style>
a { background-color: #1BCCD7; }
a { background-color: rgb(27,204,215); }
div.DivClassName
{
background-color: #1BCCD7;
}
.BgClassName
{
background-color: #1BCCD7;
}
</style>
border-color css
<style>
span { border-color: #1BCCD7; }
span { border-color: rgb(27,204,215); }
td.TdClassName
{
border-color: #1BCCD7;
}
.TagClassName
{
border-color: #1BCCD7;
}
</style>