Shades of Bright Turquoise #1CEEDB
Tints of Bright Turquoise #1CEEDB
RGB
CMYK
RGB Variations
Color information
#1CEEDB (or 0x1CEEDB) is known color: Bright Turquoise. HEX triplet: 1C, EE and DB. RGB value is (28,238,219). Sum of RGB (Red+Green+Blue) = 28+238+219=485 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.77% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEEDB is #E31124. Grayscale: #ACACAC. Windows color (decimal): -14881061 or 14413340. OLE color: 14413340.
HSL color Cylindrical-coordinate representation of color #1CEEDB: hue angle of 174.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEEDB is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 238 | 219 | - |
| CMYK | 0.88 | 0 | 0.08 | 0.07 |
| HSL | 174.57º | 0.86% | 0.52% | - |
| HSV(B) | 174.57º | 0.88% | 0.93% | - |
| XYZ | 43.84 | 66.51 | 77.55 | - |
| YUV | 173.04 | 153.93 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 219 | 0.88 | 0 | 0.08 | 0.07 | 174.57 | 0.86 | 0.52 |
| Hex | 1C | EE | DB | 58 | 0 | 8 | 7 | AF | 56 | 34 |
| Octal | 34 | 356 | 333 | 130 | 0 | 10 | 7 | 257 | 126 | 64 |
| Binary | 11100 | 11101110 | 11011011 | 1011000 | 0 | 1000 | 111 | 10101111 | 1010110 | 110100 |
Color Harmonies of #1CEEDB
Complementary color
Monochromatic Colors of #1CEEDB
Black with #1CEEDB
Text Example
Text Example
White with #1CEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEEDB; }
p { color: rgb(28,238,219); }
H1.HeaderClassName
{
color: #1CEEDB;
}
.AnyTagClassName
{
color: #1CEEDB;
}
</style>
background-color css
<style>
a { background-color: #1CEEDB; }
a { background-color: rgb(28,238,219); }
div.DivClassName
{
background-color: #1CEEDB;
}
.BgClassName
{
background-color: #1CEEDB;
}
</style>
border-color css
<style>
span { border-color: #1CEEDB; }
span { border-color: rgb(28,238,219); }
td.TdClassName
{
border-color: #1CEEDB;
}
.TagClassName
{
border-color: #1CEEDB;
}
</style>