Shades of Bright Turquoise #1CDBCC
Tints of Bright Turquoise #1CDBCC
RGB
CMYK
RGB Variations
Color information
#1CDBCC (or 0x1CDBCC) is known color: Bright Turquoise. HEX triplet: 1C, DB and CC. RGB value is (28,219,204). Sum of RGB (Red+Green+Blue) = 28+219+204=451 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.21% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #1CDBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDBCC is #E32433. Grayscale: #A0A0A0. Windows color (decimal): -14885940 or 13425436. OLE color: 13425436.
HSL color Cylindrical-coordinate representation of color #1CDBCC: hue angle of 175.29º 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 #1CDBCC is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 204 | - |
| CMYK | 0.87 | 0 | 0.07 | 0.14 |
| HSL | 175.29º | 0.77% | 0.48% | - |
| HSV(B) | 175.29º | 0.87% | 0.86% | - |
| XYZ | 36.71 | 55.27 | 65.86 | - |
| YUV | 160.18 | 152.72 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 204 | 0.87 | 0 | 0.07 | 0.14 | 175.29 | 0.77 | 0.48 |
| Hex | 1C | DB | CC | 57 | 0 | 7 | E | AF | 4D | 30 |
| Octal | 34 | 333 | 314 | 127 | 0 | 7 | 16 | 257 | 115 | 60 |
| Binary | 11100 | 11011011 | 11001100 | 1010111 | 0 | 111 | 1110 | 10101111 | 1001101 | 110000 |
Color Harmonies of #1CDBCC
Complementary color
Monochromatic Colors of #1CDBCC
Black with #1CDBCC
Text Example
Text Example
White with #1CDBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBCC; }
p { color: rgb(28,219,204); }
H1.HeaderClassName
{
color: #1CDBCC;
}
.AnyTagClassName
{
color: #1CDBCC;
}
</style>
background-color css
<style>
a { background-color: #1CDBCC; }
a { background-color: rgb(28,219,204); }
div.DivClassName
{
background-color: #1CDBCC;
}
.BgClassName
{
background-color: #1CDBCC;
}
</style>
border-color css
<style>
span { border-color: #1CDBCC; }
span { border-color: rgb(28,219,204); }
td.TdClassName
{
border-color: #1CDBCC;
}
.TagClassName
{
border-color: #1CDBCC;
}
</style>