Shades of Bright Turquoise #1CF1EF
Tints of Bright Turquoise #1CF1EF
RGB
CMYK
RGB Variations
Color information
#1CF1EF (or 0x1CF1EF) is known color: Bright Turquoise. HEX triplet: 1C, F1 and EF. RGB value is (28,241,239). Sum of RGB (Red+Green+Blue) = 28+241+239=508 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.51% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #1CF1EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF1EF is #E30E10. Grayscale: #B0B0B0. Windows color (decimal): -14880273 or 15724828. OLE color: 15724828.
HSL color Cylindrical-coordinate representation of color #1CF1EF: hue angle of 179.44º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF1EF is Cyan = 0.88, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 241 | 239 | - |
| CMYK | 0.88 | 0 | 0.01 | 0.05 |
| HSL | 179.44º | 0.88% | 0.53% | - |
| HSV(B) | 179.44º | 0.88% | 0.95% | - |
| XYZ | 47.51 | 69.39 | 92.55 | - |
| YUV | 177.09 | 162.93 | 21.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 241 | 239 | 0.88 | 0 | 0.01 | 0.05 | 179.44 | 0.88 | 0.53 |
| Hex | 1C | F1 | EF | 58 | 0 | 1 | 5 | B3 | 58 | 35 |
| Octal | 34 | 361 | 357 | 130 | 0 | 1 | 5 | 263 | 130 | 65 |
| Binary | 11100 | 11110001 | 11101111 | 1011000 | 0 | 1 | 101 | 10110011 | 1011000 | 110101 |
Color Harmonies of #1CF1EF
Complementary color
Monochromatic Colors of #1CF1EF
Black with #1CF1EF
Text Example
Text Example
White with #1CF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF1EF; }
p { color: rgb(28,241,239); }
H1.HeaderClassName
{
color: #1CF1EF;
}
.AnyTagClassName
{
color: #1CF1EF;
}
</style>
background-color css
<style>
a { background-color: #1CF1EF; }
a { background-color: rgb(28,241,239); }
div.DivClassName
{
background-color: #1CF1EF;
}
.BgClassName
{
background-color: #1CF1EF;
}
</style>
border-color css
<style>
span { border-color: #1CF1EF; }
span { border-color: rgb(28,241,239); }
td.TdClassName
{
border-color: #1CF1EF;
}
.TagClassName
{
border-color: #1CF1EF;
}
</style>