Shades of Bright Turquoise #1CDBCB
Tints of Bright Turquoise #1CDBCB
RGB
CMYK
RGB Variations
Color information
#1CDBCB (or 0x1CDBCB) is known color: Bright Turquoise. HEX triplet: 1C, DB and CB. RGB value is (28,219,203). Sum of RGB (Red+Green+Blue) = 28+219+203=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDBCB is #E32434. Grayscale: #9F9F9F. Windows color (decimal): -14885941 or 13359900. OLE color: 13359900.
HSL color Cylindrical-coordinate representation of color #1CDBCB: hue angle of 174.97º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDBCB is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 203 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.14 |
| HSL | 174.97º | 0.77% | 0.48% | - |
| HSV(B) | 174.97º | 0.87% | 0.86% | - |
| XYZ | 36.59 | 55.22 | 65.23 | - |
| YUV | 160.07 | 152.22 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 203 | 0.87 | 0 | 0.07 | 0.14 | 174.97 | 0.77 | 0.48 |
| Hex | 1C | DB | CB | 57 | 0 | 7 | E | AF | 4D | 30 |
| Octal | 34 | 333 | 313 | 127 | 0 | 7 | 16 | 257 | 115 | 60 |
| Binary | 11100 | 11011011 | 11001011 | 1010111 | 0 | 111 | 1110 | 10101111 | 1001101 | 110000 |
Color Harmonies of #1CDBCB
Complementary color
Monochromatic Colors of #1CDBCB
Black with #1CDBCB
Text Example
Text Example
White with #1CDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBCB; }
p { color: rgb(28,219,203); }
H1.HeaderClassName
{
color: #1CDBCB;
}
.AnyTagClassName
{
color: #1CDBCB;
}
</style>
background-color css
<style>
a { background-color: #1CDBCB; }
a { background-color: rgb(28,219,203); }
div.DivClassName
{
background-color: #1CDBCB;
}
.BgClassName
{
background-color: #1CDBCB;
}
</style>
border-color css
<style>
span { border-color: #1CDBCB; }
span { border-color: rgb(28,219,203); }
td.TdClassName
{
border-color: #1CDBCB;
}
.TagClassName
{
border-color: #1CDBCB;
}
</style>