Shades of Bright Turquoise #1CFBEF
Tints of Bright Turquoise #1CFBEF
RGB
CMYK
RGB Variations
Color information
#1CFBEF (or 0x1CFBEF) is known color: Bright Turquoise. HEX triplet: 1C, FB and EF. RGB value is (28,251,239). Sum of RGB (Red+Green+Blue) = 28+251+239=518 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.41% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFBEF is #E30410. Grayscale: #B6B6B6. Windows color (decimal): -14877713 or 15727388. OLE color: 15727388.
HSL color Cylindrical-coordinate representation of color #1CFBEF: hue angle of 176.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFBEF is Cyan = 0.89, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 251 | 239 | - |
| CMYK | 0.89 | 0 | 0.05 | 0.02 |
| HSL | 176.77º | 0.97% | 0.55% | - |
| HSV(B) | 176.77º | 0.89% | 0.98% | - |
| XYZ | 50.56 | 75.47 | 93.56 | - |
| YUV | 182.96 | 159.62 | 17.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 251 | 239 | 0.89 | 0 | 0.05 | 0.02 | 176.77 | 0.97 | 0.55 |
| Hex | 1C | FB | EF | 59 | 0 | 5 | 2 | B1 | 61 | 37 |
| Octal | 34 | 373 | 357 | 131 | 0 | 5 | 2 | 261 | 141 | 67 |
| Binary | 11100 | 11111011 | 11101111 | 1011001 | 0 | 101 | 10 | 10110001 | 1100001 | 110111 |
Color Harmonies of #1CFBEF
Complementary color
Monochromatic Colors of #1CFBEF
Black with #1CFBEF
Text Example
Text Example
White with #1CFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFBEF; }
p { color: rgb(28,251,239); }
H1.HeaderClassName
{
color: #1CFBEF;
}
.AnyTagClassName
{
color: #1CFBEF;
}
</style>
background-color css
<style>
a { background-color: #1CFBEF; }
a { background-color: rgb(28,251,239); }
div.DivClassName
{
background-color: #1CFBEF;
}
.BgClassName
{
background-color: #1CFBEF;
}
</style>
border-color css
<style>
span { border-color: #1CFBEF; }
span { border-color: rgb(28,251,239); }
td.TdClassName
{
border-color: #1CFBEF;
}
.TagClassName
{
border-color: #1CFBEF;
}
</style>