Shades of Bright Turquoise #1CDDD0
Tints of Bright Turquoise #1CDDD0
RGB
CMYK
RGB Variations
Color information
#1CDDD0 (or 0x1CDDD0) is known color: Bright Turquoise. HEX triplet: 1C, DD and D0. RGB value is (28,221,208). Sum of RGB (Red+Green+Blue) = 28+221+208=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 208 (81.64% from 255 or 45.51% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDDD0 is #E3222F. Grayscale: #A1A1A1. Windows color (decimal): -14885424 or 13688092. OLE color: 13688092.
HSL color Cylindrical-coordinate representation of color #1CDDD0: hue angle of 175.96º 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 #1CDDD0 is Cyan = 0.87, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 208 | - |
| CMYK | 0.87 | 0 | 0.06 | 0.13 |
| HSL | 175.96º | 0.78% | 0.49% | - |
| HSV(B) | 175.96º | 0.87% | 0.87% | - |
| XYZ | 37.72 | 56.51 | 68.59 | - |
| YUV | 161.81 | 154.06 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 208 | 0.87 | 0 | 0.06 | 0.13 | 175.96 | 0.78 | 0.49 |
| Hex | 1C | DD | D0 | 57 | 0 | 6 | D | B0 | 4E | 31 |
| Octal | 34 | 335 | 320 | 127 | 0 | 6 | 15 | 260 | 116 | 61 |
| Binary | 11100 | 11011101 | 11010000 | 1010111 | 0 | 110 | 1101 | 10110000 | 1001110 | 110001 |
Color Harmonies of #1CDDD0
Complementary color
Monochromatic Colors of #1CDDD0
Black with #1CDDD0
Text Example
Text Example
White with #1CDDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDDD0; }
p { color: rgb(28,221,208); }
H1.HeaderClassName
{
color: #1CDDD0;
}
.AnyTagClassName
{
color: #1CDDD0;
}
</style>
background-color css
<style>
a { background-color: #1CDDD0; }
a { background-color: rgb(28,221,208); }
div.DivClassName
{
background-color: #1CDDD0;
}
.BgClassName
{
background-color: #1CDDD0;
}
</style>
border-color css
<style>
span { border-color: #1CDDD0; }
span { border-color: rgb(28,221,208); }
td.TdClassName
{
border-color: #1CDDD0;
}
.TagClassName
{
border-color: #1CDDD0;
}
</style>