Shades of Bright Turquoise #1CDEEA
Tints of Bright Turquoise #1CDEEA
RGB
CMYK
RGB Variations
Color information
#1CDEEA (or 0x1CDEEA) is known color: Bright Turquoise. HEX triplet: 1C, DE and EA. RGB value is (28,222,234). Sum of RGB (Red+Green+Blue) = 28+222+234=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CDEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDEEA is #E32115. Grayscale: #A5A5A5. Windows color (decimal): -14885142 or 15392284. OLE color: 15392284.
HSL color Cylindrical-coordinate representation of color #1CDEEA: hue angle of 183.5º 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 #1CDEEA is Cyan = 0.88, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 222 | 234 | - |
| CMYK | 0.88 | 0.05 | 0 | 0.08 |
| HSL | 183.5º | 0.83% | 0.51% | - |
| HSV(B) | 183.5º | 0.88% | 0.92% | - |
| XYZ | 41.45 | 58.43 | 86.94 | - |
| YUV | 165.36 | 166.73 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 222 | 234 | 0.88 | 0.05 | 0 | 0.08 | 183.5 | 0.83 | 0.51 |
| Hex | 1C | DE | EA | 58 | 5 | 0 | 8 | B7 | 53 | 33 |
| Octal | 34 | 336 | 352 | 130 | 5 | 0 | 10 | 267 | 123 | 63 |
| Binary | 11100 | 11011110 | 11101010 | 1011000 | 101 | 0 | 1000 | 10110111 | 1010011 | 110011 |
Color Harmonies of #1CDEEA
Complementary color
Monochromatic Colors of #1CDEEA
Black with #1CDEEA
Text Example
Text Example
White with #1CDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDEEA; }
p { color: rgb(28,222,234); }
H1.HeaderClassName
{
color: #1CDEEA;
}
.AnyTagClassName
{
color: #1CDEEA;
}
</style>
background-color css
<style>
a { background-color: #1CDEEA; }
a { background-color: rgb(28,222,234); }
div.DivClassName
{
background-color: #1CDEEA;
}
.BgClassName
{
background-color: #1CDEEA;
}
</style>
border-color css
<style>
span { border-color: #1CDEEA; }
span { border-color: rgb(28,222,234); }
td.TdClassName
{
border-color: #1CDEEA;
}
.TagClassName
{
border-color: #1CDEEA;
}
</style>