Shades of Bright Turquoise #1CCFE9
Tints of Bright Turquoise #1CCFE9
RGB
CMYK
RGB Variations
Color information
#1CCFE9 (or 0x1CCFE9) is known color: Bright Turquoise. HEX triplet: 1C, CF and E9. RGB value is (28,207,233). Sum of RGB (Red+Green+Blue) = 28+207+233=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #1CCFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCFE9 is #E33016. Grayscale: #9C9C9C. Windows color (decimal): -14888983 or 15322908. OLE color: 15322908.
HSL color Cylindrical-coordinate representation of color #1CCFE9: hue angle of 187.61º 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 #1CCFE9 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 207 | 233 | - |
| CMYK | 0.88 | 0.11 | 0 | 0.09 |
| HSL | 187.61º | 0.82% | 0.51% | - |
| HSV(B) | 187.61º | 0.88% | 0.91% | - |
| XYZ | 37.5 | 50.76 | 84.91 | - |
| YUV | 156.44 | 171.2 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 233 | 0.88 | 0.11 | 0 | 0.09 | 187.61 | 0.82 | 0.51 |
| Hex | 1C | CF | E9 | 58 | B | 0 | 9 | BC | 52 | 33 |
| Octal | 34 | 317 | 351 | 130 | 13 | 0 | 11 | 274 | 122 | 63 |
| Binary | 11100 | 11001111 | 11101001 | 1011000 | 1011 | 0 | 1001 | 10111100 | 1010010 | 110011 |
Color Harmonies of #1CCFE9
Complementary color
Monochromatic Colors of #1CCFE9
Black with #1CCFE9
Text Example
Text Example
White with #1CCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCFE9; }
p { color: rgb(28,207,233); }
H1.HeaderClassName
{
color: #1CCFE9;
}
.AnyTagClassName
{
color: #1CCFE9;
}
</style>
background-color css
<style>
a { background-color: #1CCFE9; }
a { background-color: rgb(28,207,233); }
div.DivClassName
{
background-color: #1CCFE9;
}
.BgClassName
{
background-color: #1CCFE9;
}
</style>
border-color css
<style>
span { border-color: #1CCFE9; }
span { border-color: rgb(28,207,233); }
td.TdClassName
{
border-color: #1CCFE9;
}
.TagClassName
{
border-color: #1CCFE9;
}
</style>