Shades of Bright Turquoise #1CDECA
Tints of Bright Turquoise #1CDECA
RGB
CMYK
RGB Variations
Color information
#1CDECA (or 0x1CDECA) is known color: Bright Turquoise. HEX triplet: 1C, DE and CA. RGB value is (28,222,202). Sum of RGB (Red+Green+Blue) = 28+222+202=452 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.19% from 452); Green value is 222 (87.11% from 255 or 49.12% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CDECA is #E32135. Grayscale: #A1A1A1. Windows color (decimal): -14885174 or 13295132. OLE color: 13295132.
HSL color Cylindrical-coordinate representation of color #1CDECA: hue angle of 173.81º 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 #1CDECA is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 222 | 202 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.13 |
| HSL | 173.81º | 0.78% | 0.49% | - |
| HSV(B) | 173.81º | 0.87% | 0.87% | - |
| XYZ | 37.26 | 56.75 | 64.87 | - |
| YUV | 161.71 | 150.73 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 222 | 202 | 0.87 | 0 | 0.09 | 0.13 | 173.81 | 0.78 | 0.49 |
| Hex | 1C | DE | CA | 57 | 0 | 9 | D | AE | 4E | 31 |
| Octal | 34 | 336 | 312 | 127 | 0 | 11 | 15 | 256 | 116 | 61 |
| Binary | 11100 | 11011110 | 11001010 | 1010111 | 0 | 1001 | 1101 | 10101110 | 1001110 | 110001 |
Color Harmonies of #1CDECA
Complementary color
Monochromatic Colors of #1CDECA
Black with #1CDECA
Text Example
Text Example
White with #1CDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDECA; }
p { color: rgb(28,222,202); }
H1.HeaderClassName
{
color: #1CDECA;
}
.AnyTagClassName
{
color: #1CDECA;
}
</style>
background-color css
<style>
a { background-color: #1CDECA; }
a { background-color: rgb(28,222,202); }
div.DivClassName
{
background-color: #1CDECA;
}
.BgClassName
{
background-color: #1CDECA;
}
</style>
border-color css
<style>
span { border-color: #1CDECA; }
span { border-color: rgb(28,222,202); }
td.TdClassName
{
border-color: #1CDECA;
}
.TagClassName
{
border-color: #1CDECA;
}
</style>