Shades of Bright Turquoise #1CEED7
Tints of Bright Turquoise #1CEED7
RGB
CMYK
RGB Variations
Color information
#1CEED7 (or 0x1CEED7) is known color: Bright Turquoise. HEX triplet: 1C, EE and D7. RGB value is (28,238,215). Sum of RGB (Red+Green+Blue) = 28+238+215=481 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.82% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #1CEED7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEED7 is #E31128. Grayscale: #ACACAC. Windows color (decimal): -14881065 or 14151196. OLE color: 14151196.
HSL color Cylindrical-coordinate representation of color #1CEED7: hue angle of 173.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEED7 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 28 | 238 | 215 | - |
| CMYK | 0.88 | 0 | 0.10 | 0.07 |
| HSL | 173.43º | 0.86% | 0.52% | - |
| HSV(B) | 173.43º | 0.88% | 0.93% | - |
| XYZ | 43.32 | 66.3 | 74.8 | - |
| YUV | 172.59 | 151.93 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 215 | 0.88 | 0 | 0.10 | 0.07 | 173.43 | 0.86 | 0.52 |
| Hex | 1C | EE | D7 | 58 | 0 | A | 7 | AD | 56 | 34 |
| Octal | 34 | 356 | 327 | 130 | 0 | 12 | 7 | 255 | 126 | 64 |
| Binary | 11100 | 11101110 | 11010111 | 1011000 | 0 | 1010 | 111 | 10101101 | 1010110 | 110100 |
Color Harmonies of #1CEED7
Complementary color
Monochromatic Colors of #1CEED7
Black with #1CEED7
Text Example
Text Example
White with #1CEED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEED7; }
p { color: rgb(28,238,215); }
H1.HeaderClassName
{
color: #1CEED7;
}
.AnyTagClassName
{
color: #1CEED7;
}
</style>
background-color css
<style>
a { background-color: #1CEED7; }
a { background-color: rgb(28,238,215); }
div.DivClassName
{
background-color: #1CEED7;
}
.BgClassName
{
background-color: #1CEED7;
}
</style>
border-color css
<style>
span { border-color: #1CEED7; }
span { border-color: rgb(28,238,215); }
td.TdClassName
{
border-color: #1CEED7;
}
.TagClassName
{
border-color: #1CEED7;
}
</style>