Shades of Bright Turquoise #1CDBDB
Tints of Bright Turquoise #1CDBDB
RGB
CMYK
RGB Variations
Color information
#1CDBDB (or 0x1CDBDB) is known color: Bright Turquoise. HEX triplet: 1C, DB and DB. RGB value is (28,219,219). Sum of RGB (Red+Green+Blue) = 28+219+219=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #1CDBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDBDB is #E32424. Grayscale: #A1A1A1. Windows color (decimal): -14885925 or 14408476. OLE color: 14408476.
HSL color Cylindrical-coordinate representation of color #1CDBDB: hue angle of 180º 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 #1CDBDB is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 219 | 219 | - |
| CMYK | 0.87 | 0 | 0 | 0.14 |
| HSL | 180º | 0.77% | 0.48% | - |
| HSV(B) | 180º | 0.87% | 0.86% | - |
| XYZ | 38.6 | 56.02 | 75.8 | - |
| YUV | 161.89 | 160.22 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 219 | 0.87 | 0 | 0 | 0.14 | 180 | 0.77 | 0.48 |
| Hex | 1C | DB | DB | 57 | 0 | 0 | E | B4 | 4D | 30 |
| Octal | 34 | 333 | 333 | 127 | 0 | 0 | 16 | 264 | 115 | 60 |
| Binary | 11100 | 11011011 | 11011011 | 1010111 | 0 | 0 | 1110 | 10110100 | 1001101 | 110000 |
Color Harmonies of #1CDBDB
Complementary color
Monochromatic Colors of #1CDBDB
Black with #1CDBDB
Text Example
Text Example
White with #1CDBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBDB; }
p { color: rgb(28,219,219); }
H1.HeaderClassName
{
color: #1CDBDB;
}
.AnyTagClassName
{
color: #1CDBDB;
}
</style>
background-color css
<style>
a { background-color: #1CDBDB; }
a { background-color: rgb(28,219,219); }
div.DivClassName
{
background-color: #1CDBDB;
}
.BgClassName
{
background-color: #1CDBDB;
}
</style>
border-color css
<style>
span { border-color: #1CDBDB; }
span { border-color: rgb(28,219,219); }
td.TdClassName
{
border-color: #1CDBDB;
}
.TagClassName
{
border-color: #1CDBDB;
}
</style>