Shades of Bright Turquoise #28DEFD
Tints of Bright Turquoise #28DEFD
RGB
CMYK
RGB Variations
Color information
#28DEFD (or 0x28DEFD) is known color: Bright Turquoise. HEX triplet: 28, DE and FD. RGB value is (40,222,253). Sum of RGB (Red+Green+Blue) = 40+222+253=515 (68% of max value = 765). Red value is 40 (16.02% from 255 or 7.77% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #28DEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #28DEFD is #D72102. Grayscale: #AAAAAA. Windows color (decimal): -14098691 or 16637480. OLE color: 16637480.
HSL color Cylindrical-coordinate representation of color #28DEFD: hue angle of 188.73º degrees, saturation: 0.98, 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 #28DEFD is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 222 | 253 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.01 |
| HSL | 188.73º | 0.98% | 0.57% | - |
| HSV(B) | 188.73º | 0.84% | 0.99% | - |
| XYZ | 44.73 | 59.79 | 102.11 | - |
| YUV | 171.12 | 174.2 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 253 | 0.84 | 0.12 | 0 | 0.01 | 188.73 | 0.98 | 0.57 |
| Hex | 28 | DE | FD | 54 | C | 0 | 1 | BD | 62 | 39 |
| Octal | 50 | 336 | 375 | 124 | 14 | 0 | 1 | 275 | 142 | 71 |
| Binary | 101000 | 11011110 | 11111101 | 1010100 | 1100 | 0 | 1 | 10111101 | 1100010 | 111001 |
Color Harmonies of #28DEFD
Complementary color
Monochromatic Colors of #28DEFD
Black with #28DEFD
Text Example
Text Example
White with #28DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DEFD; }
p { color: rgb(40,222,253); }
H1.HeaderClassName
{
color: #28DEFD;
}
.AnyTagClassName
{
color: #28DEFD;
}
</style>
background-color css
<style>
a { background-color: #28DEFD; }
a { background-color: rgb(40,222,253); }
div.DivClassName
{
background-color: #28DEFD;
}
.BgClassName
{
background-color: #28DEFD;
}
</style>
border-color css
<style>
span { border-color: #28DEFD; }
span { border-color: rgb(40,222,253); }
td.TdClassName
{
border-color: #28DEFD;
}
.TagClassName
{
border-color: #28DEFD;
}
</style>