Shades of Bright Turquoise #1CEEEF
Tints of Bright Turquoise #1CEEEF
RGB
CMYK
RGB Variations
Color information
#1CEEEF (or 0x1CEEEF) is known color: Bright Turquoise. HEX triplet: 1C, EE and EF. RGB value is (28,238,239). Sum of RGB (Red+Green+Blue) = 28+238+239=505 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.54% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CEEEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEEEF is #E31110. Grayscale: #AFAFAF. Windows color (decimal): -14881041 or 15724060. OLE color: 15724060.
HSL color Cylindrical-coordinate representation of color #1CEEEF: hue angle of 180.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEEEF is Cyan = 0.88, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 238 | 239 | - |
| CMYK | 0.88 | 0.00 | 0 | 0.06 |
| HSL | 180.28º | 0.87% | 0.52% | - |
| HSV(B) | 180.28º | 0.88% | 0.94% | - |
| XYZ | 46.63 | 67.63 | 92.26 | - |
| YUV | 175.32 | 163.93 | 22.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 238 | 239 | 0.88 | 0.00 | 0 | 0.06 | 180.28 | 0.87 | 0.52 |
| Hex | 1C | EE | EF | 58 | 0 | 0 | 6 | B4 | 57 | 34 |
| Octal | 34 | 356 | 357 | 130 | 0 | 0 | 6 | 264 | 127 | 64 |
| Binary | 11100 | 11101110 | 11101111 | 1011000 | 0 | 0 | 110 | 10110100 | 1010111 | 110100 |
Color Harmonies of #1CEEEF
Complementary color
Monochromatic Colors of #1CEEEF
Black with #1CEEEF
Text Example
Text Example
White with #1CEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEEEF; }
p { color: rgb(28,238,239); }
H1.HeaderClassName
{
color: #1CEEEF;
}
.AnyTagClassName
{
color: #1CEEEF;
}
</style>
background-color css
<style>
a { background-color: #1CEEEF; }
a { background-color: rgb(28,238,239); }
div.DivClassName
{
background-color: #1CEEEF;
}
.BgClassName
{
background-color: #1CEEEF;
}
</style>
border-color css
<style>
span { border-color: #1CEEEF; }
span { border-color: rgb(28,238,239); }
td.TdClassName
{
border-color: #1CEEEF;
}
.TagClassName
{
border-color: #1CEEEF;
}
</style>