Shades of Bright Turquoise #1CDBE6
Tints of Bright Turquoise #1CDBE6
RGB
CMYK
RGB Variations
Color information
#1CDBE6 (or 0x1CDBE6) is known color: Bright Turquoise. HEX triplet: 1C, DB and E6. RGB value is (28,219,230). Sum of RGB (Red+Green+Blue) = 28+219+230=477 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.87% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #1CDBE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDBE6 is #E32419. Grayscale: #A2A2A2. Windows color (decimal): -14885914 or 15129372. OLE color: 15129372.
HSL color Cylindrical-coordinate representation of color #1CDBE6: hue angle of 183.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDBE6 is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 219 | 230 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.10 |
| HSL | 183.27º | 0.8% | 0.51% | - |
| HSV(B) | 183.27º | 0.88% | 0.9% | - |
| XYZ | 40.09 | 56.62 | 83.68 | - |
| YUV | 163.15 | 165.72 | 31.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 230 | 0.88 | 0.05 | 0 | 0.10 | 183.27 | 0.8 | 0.51 |
| Hex | 1C | DB | E6 | 58 | 5 | 0 | A | B7 | 50 | 33 |
| Octal | 34 | 333 | 346 | 130 | 5 | 0 | 12 | 267 | 120 | 63 |
| Binary | 11100 | 11011011 | 11100110 | 1011000 | 101 | 0 | 1010 | 10110111 | 1010000 | 110011 |
Color Harmonies of #1CDBE6
Complementary color
Monochromatic Colors of #1CDBE6
Black with #1CDBE6
Text Example
Text Example
White with #1CDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBE6; }
p { color: rgb(28,219,230); }
H1.HeaderClassName
{
color: #1CDBE6;
}
.AnyTagClassName
{
color: #1CDBE6;
}
</style>
background-color css
<style>
a { background-color: #1CDBE6; }
a { background-color: rgb(28,219,230); }
div.DivClassName
{
background-color: #1CDBE6;
}
.BgClassName
{
background-color: #1CDBE6;
}
</style>
border-color css
<style>
span { border-color: #1CDBE6; }
span { border-color: rgb(28,219,230); }
td.TdClassName
{
border-color: #1CDBE6;
}
.TagClassName
{
border-color: #1CDBE6;
}
</style>