Shades of Bright Turquoise #1CEFF2
Tints of Bright Turquoise #1CEFF2
RGB
CMYK
RGB Variations
Color information
#1CEFF2 (or 0x1CEFF2) is known color: Bright Turquoise. HEX triplet: 1C, EF and F2. RGB value is (28,239,242). Sum of RGB (Red+Green+Blue) = 28+239+242=509 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.50% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #1CEFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEFF2 is #E3100D. Grayscale: #B0B0B0. Windows color (decimal): -14880782 or 15920924. OLE color: 15920924.
HSL color Cylindrical-coordinate representation of color #1CEFF2: hue angle of 180.84º degrees, saturation: 0.89, 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 #1CEFF2 is Cyan = 0.88, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 239 | 242 | - |
| CMYK | 0.88 | 0.01 | 0 | 0.05 |
| HSL | 180.84º | 0.89% | 0.53% | - |
| HSV(B) | 180.84º | 0.88% | 0.95% | - |
| XYZ | 47.37 | 68.39 | 94.71 | - |
| YUV | 176.25 | 165.1 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 239 | 242 | 0.88 | 0.01 | 0 | 0.05 | 180.84 | 0.89 | 0.53 |
| Hex | 1C | EF | F2 | 58 | 1 | 0 | 5 | B5 | 59 | 35 |
| Octal | 34 | 357 | 362 | 130 | 1 | 0 | 5 | 265 | 131 | 65 |
| Binary | 11100 | 11101111 | 11110010 | 1011000 | 1 | 0 | 101 | 10110101 | 1011001 | 110101 |
Color Harmonies of #1CEFF2
Complementary color
Monochromatic Colors of #1CEFF2
Black with #1CEFF2
Text Example
Text Example
White with #1CEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEFF2; }
p { color: rgb(28,239,242); }
H1.HeaderClassName
{
color: #1CEFF2;
}
.AnyTagClassName
{
color: #1CEFF2;
}
</style>
background-color css
<style>
a { background-color: #1CEFF2; }
a { background-color: rgb(28,239,242); }
div.DivClassName
{
background-color: #1CEFF2;
}
.BgClassName
{
background-color: #1CEFF2;
}
</style>
border-color css
<style>
span { border-color: #1CEFF2; }
span { border-color: rgb(28,239,242); }
td.TdClassName
{
border-color: #1CEFF2;
}
.TagClassName
{
border-color: #1CEFF2;
}
</style>