Shades of Bright Turquoise #1CDBE8
Tints of Bright Turquoise #1CDBE8
RGB
CMYK
RGB Variations
Color information
#1CDBE8 (or 0x1CDBE8) is known color: Bright Turquoise. HEX triplet: 1C, DB and E8. RGB value is (28,219,232). Sum of RGB (Red+Green+Blue) = 28+219+232=479 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.85% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #1CDBE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDBE8 is #E32417. Grayscale: #A3A3A3. Windows color (decimal): -14885912 or 15260444. OLE color: 15260444.
HSL color Cylindrical-coordinate representation of color #1CDBE8: hue angle of 183.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDBE8 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 219 | 232 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.09 |
| HSL | 183.82º | 0.82% | 0.51% | - |
| HSV(B) | 183.82º | 0.88% | 0.91% | - |
| XYZ | 40.38 | 56.74 | 85.17 | - |
| YUV | 163.37 | 166.72 | 31.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 232 | 0.88 | 0.06 | 0 | 0.09 | 183.82 | 0.82 | 0.51 |
| Hex | 1C | DB | E8 | 58 | 6 | 0 | 9 | B8 | 52 | 33 |
| Octal | 34 | 333 | 350 | 130 | 6 | 0 | 11 | 270 | 122 | 63 |
| Binary | 11100 | 11011011 | 11101000 | 1011000 | 110 | 0 | 1001 | 10111000 | 1010010 | 110011 |
Color Harmonies of #1CDBE8
Complementary color
Monochromatic Colors of #1CDBE8
Black with #1CDBE8
Text Example
Text Example
White with #1CDBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBE8; }
p { color: rgb(28,219,232); }
H1.HeaderClassName
{
color: #1CDBE8;
}
.AnyTagClassName
{
color: #1CDBE8;
}
</style>
background-color css
<style>
a { background-color: #1CDBE8; }
a { background-color: rgb(28,219,232); }
div.DivClassName
{
background-color: #1CDBE8;
}
.BgClassName
{
background-color: #1CDBE8;
}
</style>
border-color css
<style>
span { border-color: #1CDBE8; }
span { border-color: rgb(28,219,232); }
td.TdClassName
{
border-color: #1CDBE8;
}
.TagClassName
{
border-color: #1CDBE8;
}
</style>