Shades of Bright Turquoise #1CDADC
Tints of Bright Turquoise #1CDADC
RGB
CMYK
RGB Variations
Color information
#1CDADC (or 0x1CDADC) is known color: Bright Turquoise. HEX triplet: 1C, DA and DC. RGB value is (28,218,220). Sum of RGB (Red+Green+Blue) = 28+218+220=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #1CDADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDADC is #E32523. Grayscale: #A1A1A1. Windows color (decimal): -14886180 or 14473756. OLE color: 14473756.
HSL color Cylindrical-coordinate representation of color #1CDADC: hue angle of 180.62º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDADC is Cyan = 0.87, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 218 | 220 | - |
| CMYK | 0.87 | 0.01 | 0 | 0.14 |
| HSL | 180.63º | 0.77% | 0.49% | - |
| HSV(B) | 180.63º | 0.87% | 0.86% | - |
| XYZ | 38.47 | 55.56 | 76.41 | - |
| YUV | 161.42 | 161.05 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 218 | 220 | 0.87 | 0.01 | 0 | 0.14 | 180.63 | 0.77 | 0.49 |
| Hex | 1C | DA | DC | 57 | 1 | 0 | E | B5 | 4D | 31 |
| Octal | 34 | 332 | 334 | 127 | 1 | 0 | 16 | 265 | 115 | 61 |
| Binary | 11100 | 11011010 | 11011100 | 1010111 | 1 | 0 | 1110 | 10110101 | 1001101 | 110001 |
Color Harmonies of #1CDADC
Complementary color
Monochromatic Colors of #1CDADC
Black with #1CDADC
Text Example
Text Example
White with #1CDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDADC; }
p { color: rgb(28,218,220); }
H1.HeaderClassName
{
color: #1CDADC;
}
.AnyTagClassName
{
color: #1CDADC;
}
</style>
background-color css
<style>
a { background-color: #1CDADC; }
a { background-color: rgb(28,218,220); }
div.DivClassName
{
background-color: #1CDADC;
}
.BgClassName
{
background-color: #1CDADC;
}
</style>
border-color css
<style>
span { border-color: #1CDADC; }
span { border-color: rgb(28,218,220); }
td.TdClassName
{
border-color: #1CDADC;
}
.TagClassName
{
border-color: #1CDADC;
}
</style>