Shades of Dark Turquoise #1BCCCF
Tints of Dark Turquoise #1BCCCF
RGB
CMYK
RGB Variations
Color information
#1BCCCF (or 0x1BCCCF) is known color: Dark Turquoise. HEX triplet: 1B, CC and CF. RGB value is (27,204,207). Sum of RGB (Red+Green+Blue) = 27+204+207=438 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.16% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #1BCCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCCF is #E43330. Grayscale: #979797. Windows color (decimal): -14955313 or 13618203. OLE color: 13618203.
HSL color Cylindrical-coordinate representation of color #1BCCCF: hue angle of 181º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCCCF is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 204 | 207 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.19 |
| HSL | 181º | 0.77% | 0.46% | - |
| HSV(B) | 181º | 0.87% | 0.81% | - |
| XYZ | 33.31 | 47.92 | 66.53 | - |
| YUV | 151.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 204 | 207 | 0.87 | 0.01 | 0 | 0.19 | 181 | 0.77 | 0.46 |
| Hex | 1B | CC | CF | 57 | 1 | 0 | 13 | B5 | 4D | 2E |
| Octal | 33 | 314 | 317 | 127 | 1 | 0 | 23 | 265 | 115 | 56 |
| Binary | 11011 | 11001100 | 11001111 | 1010111 | 1 | 0 | 10011 | 10110101 | 1001101 | 101110 |
Color Harmonies of #1BCCCF
Complementary color
Monochromatic Colors of #1BCCCF
Black with #1BCCCF
Text Example
Text Example
White with #1BCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCCCF; }
p { color: rgb(27,204,207); }
H1.HeaderClassName
{
color: #1BCCCF;
}
.AnyTagClassName
{
color: #1BCCCF;
}
</style>
background-color css
<style>
a { background-color: #1BCCCF; }
a { background-color: rgb(27,204,207); }
div.DivClassName
{
background-color: #1BCCCF;
}
.BgClassName
{
background-color: #1BCCCF;
}
</style>
border-color css
<style>
span { border-color: #1BCCCF; }
span { border-color: rgb(27,204,207); }
td.TdClassName
{
border-color: #1BCCCF;
}
.TagClassName
{
border-color: #1BCCCF;
}
</style>