Shades of Bright Turquoise #1CCFE7
Tints of Bright Turquoise #1CCFE7
RGB
CMYK
RGB Variations
Color information
#1CCFE7 (or 0x1CCFE7) is known color: Bright Turquoise. HEX triplet: 1C, CF and E7. RGB value is (28,207,231). Sum of RGB (Red+Green+Blue) = 28+207+231=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #1CCFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCFE7 is #E33018. Grayscale: #9B9B9B. Windows color (decimal): -14888985 or 15191836. OLE color: 15191836.
HSL color Cylindrical-coordinate representation of color #1CCFE7: hue angle of 187.09º degrees, saturation: 0.81, 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 #1CCFE7 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 207 | 231 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.09 |
| HSL | 187.09º | 0.81% | 0.51% | - |
| HSV(B) | 187.09º | 0.88% | 0.91% | - |
| XYZ | 37.22 | 50.64 | 83.41 | - |
| YUV | 156.22 | 170.2 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 231 | 0.88 | 0.10 | 0 | 0.09 | 187.09 | 0.81 | 0.51 |
| Hex | 1C | CF | E7 | 58 | A | 0 | 9 | BB | 51 | 33 |
| Octal | 34 | 317 | 347 | 130 | 12 | 0 | 11 | 273 | 121 | 63 |
| Binary | 11100 | 11001111 | 11100111 | 1011000 | 1010 | 0 | 1001 | 10111011 | 1010001 | 110011 |
Color Harmonies of #1CCFE7
Complementary color
Monochromatic Colors of #1CCFE7
Black with #1CCFE7
Text Example
Text Example
White with #1CCFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCFE7; }
p { color: rgb(28,207,231); }
H1.HeaderClassName
{
color: #1CCFE7;
}
.AnyTagClassName
{
color: #1CCFE7;
}
</style>
background-color css
<style>
a { background-color: #1CCFE7; }
a { background-color: rgb(28,207,231); }
div.DivClassName
{
background-color: #1CCFE7;
}
.BgClassName
{
background-color: #1CCFE7;
}
</style>
border-color css
<style>
span { border-color: #1CCFE7; }
span { border-color: rgb(28,207,231); }
td.TdClassName
{
border-color: #1CCFE7;
}
.TagClassName
{
border-color: #1CCFE7;
}
</style>