Shades of Bright Turquoise #1CE9F9
Tints of Bright Turquoise #1CE9F9
RGB
CMYK
RGB Variations
Color information
#1CE9F9 (or 0x1CE9F9) is known color: Bright Turquoise. HEX triplet: 1C, E9 and F9. RGB value is (28,233,249). Sum of RGB (Red+Green+Blue) = 28+233+249=510 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.49% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #1CE9F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE9F9 is #E31606. Grayscale: #ADADAD. Windows color (decimal): -14882311 or 16378140. OLE color: 16378140.
HSL color Cylindrical-coordinate representation of color #1CE9F9: hue angle of 184.34º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CE9F9 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 233 | 249 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.02 |
| HSL | 184.34º | 0.95% | 0.54% | - |
| HSV(B) | 184.34º | 0.89% | 0.98% | - |
| XYZ | 46.72 | 65.36 | 99.78 | - |
| YUV | 173.53 | 170.58 | 24.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 233 | 249 | 0.89 | 0.06 | 0 | 0.02 | 184.34 | 0.95 | 0.54 |
| Hex | 1C | E9 | F9 | 59 | 6 | 0 | 2 | B8 | 5F | 36 |
| Octal | 34 | 351 | 371 | 131 | 6 | 0 | 2 | 270 | 137 | 66 |
| Binary | 11100 | 11101001 | 11111001 | 1011001 | 110 | 0 | 10 | 10111000 | 1011111 | 110110 |
Color Harmonies of #1CE9F9
Complementary color
Monochromatic Colors of #1CE9F9
Black with #1CE9F9
Text Example
Text Example
White with #1CE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE9F9; }
p { color: rgb(28,233,249); }
H1.HeaderClassName
{
color: #1CE9F9;
}
.AnyTagClassName
{
color: #1CE9F9;
}
</style>
background-color css
<style>
a { background-color: #1CE9F9; }
a { background-color: rgb(28,233,249); }
div.DivClassName
{
background-color: #1CE9F9;
}
.BgClassName
{
background-color: #1CE9F9;
}
</style>
border-color css
<style>
span { border-color: #1CE9F9; }
span { border-color: rgb(28,233,249); }
td.TdClassName
{
border-color: #1CE9F9;
}
.TagClassName
{
border-color: #1CE9F9;
}
</style>