Shades of Bright Turquoise #1CDEDA
Tints of Bright Turquoise #1CDEDA
RGB
CMYK
RGB Variations
Color information
#1CDEDA (or 0x1CDEDA) is known color: Bright Turquoise. HEX triplet: 1C, DE and DA. RGB value is (28,222,218). Sum of RGB (Red+Green+Blue) = 28+222+218=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDEDA is #E32125. Grayscale: #A3A3A3. Windows color (decimal): -14885158 or 14343708. OLE color: 14343708.
HSL color Cylindrical-coordinate representation of color #1CDEDA: hue angle of 178.76º 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 #1CDEDA is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 222 | 218 | - |
| CMYK | 0.87 | 0 | 0.02 | 0.13 |
| HSL | 178.76º | 0.78% | 0.49% | - |
| HSV(B) | 178.76º | 0.87% | 0.87% | - |
| XYZ | 39.26 | 57.55 | 75.37 | - |
| YUV | 163.54 | 158.73 | 31.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 222 | 218 | 0.87 | 0 | 0.02 | 0.13 | 178.76 | 0.78 | 0.49 |
| Hex | 1C | DE | DA | 57 | 0 | 2 | D | B3 | 4E | 31 |
| Octal | 34 | 336 | 332 | 127 | 0 | 2 | 15 | 263 | 116 | 61 |
| Binary | 11100 | 11011110 | 11011010 | 1010111 | 0 | 10 | 1101 | 10110011 | 1001110 | 110001 |
Color Harmonies of #1CDEDA
Complementary color
Monochromatic Colors of #1CDEDA
Black with #1CDEDA
Text Example
Text Example
White with #1CDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDEDA; }
p { color: rgb(28,222,218); }
H1.HeaderClassName
{
color: #1CDEDA;
}
.AnyTagClassName
{
color: #1CDEDA;
}
</style>
background-color css
<style>
a { background-color: #1CDEDA; }
a { background-color: rgb(28,222,218); }
div.DivClassName
{
background-color: #1CDEDA;
}
.BgClassName
{
background-color: #1CDEDA;
}
</style>
border-color css
<style>
span { border-color: #1CDEDA; }
span { border-color: rgb(28,222,218); }
td.TdClassName
{
border-color: #1CDEDA;
}
.TagClassName
{
border-color: #1CDEDA;
}
</style>