Shades of Bright Turquoise #1CDDEC
Tints of Bright Turquoise #1CDDEC
RGB
CMYK
RGB Variations
Color information
#1CDDEC (or 0x1CDDEC) is known color: Bright Turquoise. HEX triplet: 1C, DD and EC. RGB value is (28,221,236). Sum of RGB (Red+Green+Blue) = 28+221+236=485 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.77% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #1CDDEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDDEC is #E32213. Grayscale: #A4A4A4. Windows color (decimal): -14885396 or 15523100. OLE color: 15523100.
HSL color Cylindrical-coordinate representation of color #1CDDEC: hue angle of 184.33º degrees, saturation: 0.85, 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 #1CDDEC is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 221 | 236 | - |
| CMYK | 0.88 | 0.06 | 0 | 0.07 |
| HSL | 184.33º | 0.85% | 0.52% | - |
| HSV(B) | 184.33º | 0.88% | 0.93% | - |
| XYZ | 41.48 | 58.02 | 88.37 | - |
| YUV | 165 | 168.06 | 30.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 236 | 0.88 | 0.06 | 0 | 0.07 | 184.33 | 0.85 | 0.52 |
| Hex | 1C | DD | EC | 58 | 6 | 0 | 7 | B8 | 55 | 34 |
| Octal | 34 | 335 | 354 | 130 | 6 | 0 | 7 | 270 | 125 | 64 |
| Binary | 11100 | 11011101 | 11101100 | 1011000 | 110 | 0 | 111 | 10111000 | 1010101 | 110100 |
Color Harmonies of #1CDDEC
Complementary color
Monochromatic Colors of #1CDDEC
Black with #1CDDEC
Text Example
Text Example
White with #1CDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDEC; }
p { color: rgb(28,221,236); }
H1.HeaderClassName
{
color: #1CDDEC;
}
.AnyTagClassName
{
color: #1CDDEC;
}
</style>
background-color css
<style>
a { background-color: #1CDDEC; }
a { background-color: rgb(28,221,236); }
div.DivClassName
{
background-color: #1CDDEC;
}
.BgClassName
{
background-color: #1CDDEC;
}
</style>
border-color css
<style>
span { border-color: #1CDDEC; }
span { border-color: rgb(28,221,236); }
td.TdClassName
{
border-color: #1CDDEC;
}
.TagClassName
{
border-color: #1CDDEC;
}
</style>