Shades of Turquoise #28D3EA
Tints of Turquoise #28D3EA
RGB
CMYK
RGB Variations
Color information
#28D3EA (or 0x28D3EA) is known color: Turquoise. HEX triplet: 28, D3 and EA. RGB value is (40,211,234). Sum of RGB (Red+Green+Blue) = 40+211+234=485 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.25% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #28D3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28D3EA is #D72C15. Grayscale: #A2A2A2. Windows color (decimal): -14101526 or 15389480. OLE color: 15389480.
HSL color Cylindrical-coordinate representation of color #28D3EA: hue angle of 187.11º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28D3EA is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 211 | 234 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.08 |
| HSL | 187.11º | 0.82% | 0.54% | - |
| HSV(B) | 187.11º | 0.83% | 0.92% | - |
| XYZ | 39.02 | 52.98 | 86.01 | - |
| YUV | 162.49 | 168.35 | 40.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 234 | 0.83 | 0.10 | 0 | 0.08 | 187.11 | 0.82 | 0.54 |
| Hex | 28 | D3 | EA | 53 | A | 0 | 8 | BB | 52 | 36 |
| Octal | 50 | 323 | 352 | 123 | 12 | 0 | 10 | 273 | 122 | 66 |
| Binary | 101000 | 11010011 | 11101010 | 1010011 | 1010 | 0 | 1000 | 10111011 | 1010010 | 110110 |
Color Harmonies of #28D3EA
Complementary color
Monochromatic Colors of #28D3EA
Black with #28D3EA
Text Example
Text Example
White with #28D3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D3EA; }
p { color: rgb(40,211,234); }
H1.HeaderClassName
{
color: #28D3EA;
}
.AnyTagClassName
{
color: #28D3EA;
}
</style>
background-color css
<style>
a { background-color: #28D3EA; }
a { background-color: rgb(40,211,234); }
div.DivClassName
{
background-color: #28D3EA;
}
.BgClassName
{
background-color: #28D3EA;
}
</style>
border-color css
<style>
span { border-color: #28D3EA; }
span { border-color: rgb(40,211,234); }
td.TdClassName
{
border-color: #28D3EA;
}
.TagClassName
{
border-color: #28D3EA;
}
</style>