Shades of Bright Turquoise #1CDDC4
Tints of Bright Turquoise #1CDDC4
RGB
CMYK
RGB Variations
Color information
#1CDDC4 (or 0x1CDDC4) is known color: Bright Turquoise. HEX triplet: 1C, DD and C4. RGB value is (28,221,196). Sum of RGB (Red+Green+Blue) = 28+221+196=445 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.29% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDC4 is #E3223B. Grayscale: #A0A0A0. Windows color (decimal): -14885436 or 12901660. OLE color: 12901660.
HSL color Cylindrical-coordinate representation of color #1CDDC4: hue angle of 172.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDDC4 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 196 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.13 |
| HSL | 172.23º | 0.78% | 0.49% | - |
| HSV(B) | 172.23º | 0.87% | 0.87% | - |
| XYZ | 36.3 | 55.95 | 61.11 | - |
| YUV | 160.44 | 148.06 | 33.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 196 | 0.87 | 0 | 0.11 | 0.13 | 172.23 | 0.78 | 0.49 |
| Hex | 1C | DD | C4 | 57 | 0 | B | D | AC | 4E | 31 |
| Octal | 34 | 335 | 304 | 127 | 0 | 13 | 15 | 254 | 116 | 61 |
| Binary | 11100 | 11011101 | 11000100 | 1010111 | 0 | 1011 | 1101 | 10101100 | 1001110 | 110001 |
Color Harmonies of #1CDDC4
Complementary color
Monochromatic Colors of #1CDDC4
Black with #1CDDC4
Text Example
Text Example
White with #1CDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDC4; }
p { color: rgb(28,221,196); }
H1.HeaderClassName
{
color: #1CDDC4;
}
.AnyTagClassName
{
color: #1CDDC4;
}
</style>
background-color css
<style>
a { background-color: #1CDDC4; }
a { background-color: rgb(28,221,196); }
div.DivClassName
{
background-color: #1CDDC4;
}
.BgClassName
{
background-color: #1CDDC4;
}
</style>
border-color css
<style>
span { border-color: #1CDDC4; }
span { border-color: rgb(28,221,196); }
td.TdClassName
{
border-color: #1CDDC4;
}
.TagClassName
{
border-color: #1CDDC4;
}
</style>