Shades of Bright Turquoise #28EEF6
Tints of Bright Turquoise #28EEF6
RGB
CMYK
RGB Variations
Color information
#28EEF6 (or 0x28EEF6) is known color: Bright Turquoise. HEX triplet: 28, EE and F6. RGB value is (40,238,246). Sum of RGB (Red+Green+Blue) = 40+238+246=524 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.63% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 246 - color contains mainly: blue. Hex color #28EEF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EEF6 is #D71109. Grayscale: #B3B3B3. Windows color (decimal): -14094602 or 16182824. OLE color: 16182824.
HSL color Cylindrical-coordinate representation of color #28EEF6: hue angle of 182.33º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28EEF6 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 238 | 246 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.04 |
| HSL | 182.33º | 0.92% | 0.56% | - |
| HSV(B) | 182.33º | 0.84% | 0.96% | - |
| XYZ | 48.08 | 68.25 | 97.83 | - |
| YUV | 179.71 | 165.4 | 28.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 238 | 246 | 0.84 | 0.03 | 0 | 0.04 | 182.33 | 0.92 | 0.56 |
| Hex | 28 | EE | F6 | 54 | 3 | 0 | 4 | B6 | 5C | 38 |
| Octal | 50 | 356 | 366 | 124 | 3 | 0 | 4 | 266 | 134 | 70 |
| Binary | 101000 | 11101110 | 11110110 | 1010100 | 11 | 0 | 100 | 10110110 | 1011100 | 111000 |
Color Harmonies of #28EEF6
Complementary color
Monochromatic Colors of #28EEF6
Black with #28EEF6
Text Example
Text Example
White with #28EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EEF6; }
p { color: rgb(40,238,246); }
H1.HeaderClassName
{
color: #28EEF6;
}
.AnyTagClassName
{
color: #28EEF6;
}
</style>
background-color css
<style>
a { background-color: #28EEF6; }
a { background-color: rgb(40,238,246); }
div.DivClassName
{
background-color: #28EEF6;
}
.BgClassName
{
background-color: #28EEF6;
}
</style>
border-color css
<style>
span { border-color: #28EEF6; }
span { border-color: rgb(40,238,246); }
td.TdClassName
{
border-color: #28EEF6;
}
.TagClassName
{
border-color: #28EEF6;
}
</style>