Shades of Bright Turquoise #1CE9CF
Tints of Bright Turquoise #1CE9CF
RGB
CMYK
RGB Variations
Color information
#1CE9CF (or 0x1CE9CF) is known color: Bright Turquoise. HEX triplet: 1C, E9 and CF. RGB value is (28,233,207). Sum of RGB (Red+Green+Blue) = 28+233+207=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9CF is #E31630. Grayscale: #A8A8A8. Windows color (decimal): -14882353 or 13625628. OLE color: 13625628.
HSL color Cylindrical-coordinate representation of color #1CE9CF: hue angle of 172.39º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9CF is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 233 | 207 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.09 |
| HSL | 172.39º | 0.82% | 0.51% | - |
| HSV(B) | 172.39º | 0.88% | 0.91% | - |
| XYZ | 40.88 | 63.03 | 69.04 | - |
| YUV | 168.74 | 149.58 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 207 | 0.88 | 0 | 0.11 | 0.09 | 172.39 | 0.82 | 0.51 |
| Hex | 1C | E9 | CF | 58 | 0 | B | 9 | AC | 52 | 33 |
| Octal | 34 | 351 | 317 | 130 | 0 | 13 | 11 | 254 | 122 | 63 |
| Binary | 11100 | 11101001 | 11001111 | 1011000 | 0 | 1011 | 1001 | 10101100 | 1010010 | 110011 |
Color Harmonies of #1CE9CF
Complementary color
Monochromatic Colors of #1CE9CF
Black with #1CE9CF
Text Example
Text Example
White with #1CE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9CF; }
p { color: rgb(28,233,207); }
H1.HeaderClassName
{
color: #1CE9CF;
}
.AnyTagClassName
{
color: #1CE9CF;
}
</style>
background-color css
<style>
a { background-color: #1CE9CF; }
a { background-color: rgb(28,233,207); }
div.DivClassName
{
background-color: #1CE9CF;
}
.BgClassName
{
background-color: #1CE9CF;
}
</style>
border-color css
<style>
span { border-color: #1CE9CF; }
span { border-color: rgb(28,233,207); }
td.TdClassName
{
border-color: #1CE9CF;
}
.TagClassName
{
border-color: #1CE9CF;
}
</style>