Shades of Bright Turquoise #1CCFEA
Tints of Bright Turquoise #1CCFEA
RGB
CMYK
RGB Variations
Color information
#1CCFEA (or 0x1CCFEA) is known color: Bright Turquoise. HEX triplet: 1C, CF and EA. RGB value is (28,207,234). Sum of RGB (Red+Green+Blue) = 28+207+234=469 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.97% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CCFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCFEA is #E33015. Grayscale: #9C9C9C. Windows color (decimal): -14888982 or 15388444. OLE color: 15388444.
HSL color Cylindrical-coordinate representation of color #1CCFEA: hue angle of 187.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCFEA is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 207 | 234 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.08 |
| HSL | 187.86º | 0.83% | 0.51% | - |
| HSV(B) | 187.86º | 0.88% | 0.92% | - |
| XYZ | 37.64 | 50.81 | 85.67 | - |
| YUV | 156.56 | 171.7 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 234 | 0.88 | 0.12 | 0 | 0.08 | 187.86 | 0.83 | 0.51 |
| Hex | 1C | CF | EA | 58 | C | 0 | 8 | BC | 53 | 33 |
| Octal | 34 | 317 | 352 | 130 | 14 | 0 | 10 | 274 | 123 | 63 |
| Binary | 11100 | 11001111 | 11101010 | 1011000 | 1100 | 0 | 1000 | 10111100 | 1010011 | 110011 |
Color Harmonies of #1CCFEA
Complementary color
Monochromatic Colors of #1CCFEA
Black with #1CCFEA
Text Example
Text Example
White with #1CCFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCFEA; }
p { color: rgb(28,207,234); }
H1.HeaderClassName
{
color: #1CCFEA;
}
.AnyTagClassName
{
color: #1CCFEA;
}
</style>
background-color css
<style>
a { background-color: #1CCFEA; }
a { background-color: rgb(28,207,234); }
div.DivClassName
{
background-color: #1CCFEA;
}
.BgClassName
{
background-color: #1CCFEA;
}
</style>
border-color css
<style>
span { border-color: #1CCFEA; }
span { border-color: rgb(28,207,234); }
td.TdClassName
{
border-color: #1CCFEA;
}
.TagClassName
{
border-color: #1CCFEA;
}
</style>