Shades of Bright Turquoise #1CDBEA
Tints of Bright Turquoise #1CDBEA
RGB
CMYK
RGB Variations
Color information
#1CDBEA (or 0x1CDBEA) is known color: Bright Turquoise. HEX triplet: 1C, DB and EA. RGB value is (28,219,234). Sum of RGB (Red+Green+Blue) = 28+219+234=481 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.82% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDBEA is #E32415. Grayscale: #A3A3A3. Windows color (decimal): -14885910 or 15391516. OLE color: 15391516.
HSL color Cylindrical-coordinate representation of color #1CDBEA: hue angle of 184.37º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CDBEA is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 219 | 234 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.08 |
| HSL | 184.37º | 0.83% | 0.51% | - |
| HSV(B) | 184.37º | 0.88% | 0.92% | - |
| XYZ | 40.66 | 56.85 | 86.67 | - |
| YUV | 163.6 | 167.72 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 234 | 0.88 | 0.06 | 0 | 0.08 | 184.37 | 0.83 | 0.51 |
| Hex | 1C | DB | EA | 58 | 6 | 0 | 8 | B8 | 53 | 33 |
| Octal | 34 | 333 | 352 | 130 | 6 | 0 | 10 | 270 | 123 | 63 |
| Binary | 11100 | 11011011 | 11101010 | 1011000 | 110 | 0 | 1000 | 10111000 | 1010011 | 110011 |
Color Harmonies of #1CDBEA
Complementary color
Monochromatic Colors of #1CDBEA
Black with #1CDBEA
Text Example
Text Example
White with #1CDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBEA; }
p { color: rgb(28,219,234); }
H1.HeaderClassName
{
color: #1CDBEA;
}
.AnyTagClassName
{
color: #1CDBEA;
}
</style>
background-color css
<style>
a { background-color: #1CDBEA; }
a { background-color: rgb(28,219,234); }
div.DivClassName
{
background-color: #1CDBEA;
}
.BgClassName
{
background-color: #1CDBEA;
}
</style>
border-color css
<style>
span { border-color: #1CDBEA; }
span { border-color: rgb(28,219,234); }
td.TdClassName
{
border-color: #1CDBEA;
}
.TagClassName
{
border-color: #1CDBEA;
}
</style>