Shades of Bright Turquoise #28FCEE
Tints of Bright Turquoise #28FCEE
RGB
CMYK
RGB Variations
Color information
#28FCEE (or 0x28FCEE) is known color: Bright Turquoise. HEX triplet: 28, FC and EE. RGB value is (40,252,238). Sum of RGB (Red+Green+Blue) = 40+252+238=530 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.55% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #28FCEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FCEE is #D70311. Grayscale: #BABABA. Windows color (decimal): -14091026 or 15662120. OLE color: 15662120.
HSL color Cylindrical-coordinate representation of color #28FCEE: hue angle of 176.04º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FCEE is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 252 | 238 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.01 |
| HSL | 176.04º | 0.97% | 0.57% | - |
| HSV(B) | 176.04º | 0.84% | 0.99% | - |
| XYZ | 51.12 | 76.24 | 92.91 | - |
| YUV | 187.02 | 156.76 | 23.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 252 | 238 | 0.84 | 0 | 0.06 | 0.01 | 176.04 | 0.97 | 0.57 |
| Hex | 28 | FC | EE | 54 | 0 | 6 | 1 | B0 | 61 | 39 |
| Octal | 50 | 374 | 356 | 124 | 0 | 6 | 1 | 260 | 141 | 71 |
| Binary | 101000 | 11111100 | 11101110 | 1010100 | 0 | 110 | 1 | 10110000 | 1100001 | 111001 |
Color Harmonies of #28FCEE
Complementary color
Monochromatic Colors of #28FCEE
Black with #28FCEE
Text Example
Text Example
White with #28FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FCEE; }
p { color: rgb(40,252,238); }
H1.HeaderClassName
{
color: #28FCEE;
}
.AnyTagClassName
{
color: #28FCEE;
}
</style>
background-color css
<style>
a { background-color: #28FCEE; }
a { background-color: rgb(40,252,238); }
div.DivClassName
{
background-color: #28FCEE;
}
.BgClassName
{
background-color: #28FCEE;
}
</style>
border-color css
<style>
span { border-color: #28FCEE; }
span { border-color: rgb(40,252,238); }
td.TdClassName
{
border-color: #28FCEE;
}
.TagClassName
{
border-color: #28FCEE;
}
</style>