Shades of Bright Turquoise #28EDF2
Tints of Bright Turquoise #28EDF2
RGB
CMYK
RGB Variations
Color information
#28EDF2 (or 0x28EDF2) is known color: Bright Turquoise. HEX triplet: 28, ED and F2. RGB value is (40,237,242). Sum of RGB (Red+Green+Blue) = 40+237+242=519 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.71% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #28EDF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EDF2 is #D7120D. Grayscale: #B2B2B2. Windows color (decimal): -14094862 or 15920424. OLE color: 15920424.
HSL color Cylindrical-coordinate representation of color #28EDF2: hue angle of 181.49º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EDF2 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 237 | 242 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.05 |
| HSL | 181.49º | 0.89% | 0.55% | - |
| HSV(B) | 181.49º | 0.83% | 0.95% | - |
| XYZ | 47.19 | 67.43 | 94.53 | - |
| YUV | 178.67 | 163.73 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 242 | 0.83 | 0.02 | 0 | 0.05 | 181.49 | 0.89 | 0.55 |
| Hex | 28 | ED | F2 | 53 | 2 | 0 | 5 | B5 | 59 | 37 |
| Octal | 50 | 355 | 362 | 123 | 2 | 0 | 5 | 265 | 131 | 67 |
| Binary | 101000 | 11101101 | 11110010 | 1010011 | 10 | 0 | 101 | 10110101 | 1011001 | 110111 |
Color Harmonies of #28EDF2
Complementary color
Monochromatic Colors of #28EDF2
Black with #28EDF2
Text Example
Text Example
White with #28EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EDF2; }
p { color: rgb(40,237,242); }
H1.HeaderClassName
{
color: #28EDF2;
}
.AnyTagClassName
{
color: #28EDF2;
}
</style>
background-color css
<style>
a { background-color: #28EDF2; }
a { background-color: rgb(40,237,242); }
div.DivClassName
{
background-color: #28EDF2;
}
.BgClassName
{
background-color: #28EDF2;
}
</style>
border-color css
<style>
span { border-color: #28EDF2; }
span { border-color: rgb(40,237,242); }
td.TdClassName
{
border-color: #28EDF2;
}
.TagClassName
{
border-color: #28EDF2;
}
</style>