Shades of Turquoise #28F8DA
Tints of Turquoise #28F8DA
RGB
CMYK
RGB Variations
Color information
#28F8DA (or 0x28F8DA) is known color: Turquoise. HEX triplet: 28, F8 and DA. RGB value is (40,248,218). Sum of RGB (Red+Green+Blue) = 40+248+218=506 (67% of max value = 765). Red value is 40 (16.02% from 255 or 7.91% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #28F8DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F8DA is #D70725. Grayscale: #B6B6B6. Windows color (decimal): -14092070 or 14350376. OLE color: 14350376.
HSL color Cylindrical-coordinate representation of color #28F8DA: hue angle of 171.35º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F8DA is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 218 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.03 |
| HSL | 171.35º | 0.94% | 0.56% | - |
| HSV(B) | 171.35º | 0.84% | 0.97% | - |
| XYZ | 47.1 | 72.65 | 77.87 | - |
| YUV | 182.39 | 148.09 | 26.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 218 | 0.84 | 0 | 0.12 | 0.03 | 171.35 | 0.94 | 0.56 |
| Hex | 28 | F8 | DA | 54 | 0 | C | 3 | AB | 5E | 38 |
| Octal | 50 | 370 | 332 | 124 | 0 | 14 | 3 | 253 | 136 | 70 |
| Binary | 101000 | 11111000 | 11011010 | 1010100 | 0 | 1100 | 11 | 10101011 | 1011110 | 111000 |
Color Harmonies of #28F8DA
Complementary color
Monochromatic Colors of #28F8DA
Black with #28F8DA
Text Example
Text Example
White with #28F8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F8DA; }
p { color: rgb(40,248,218); }
H1.HeaderClassName
{
color: #28F8DA;
}
.AnyTagClassName
{
color: #28F8DA;
}
</style>
background-color css
<style>
a { background-color: #28F8DA; }
a { background-color: rgb(40,248,218); }
div.DivClassName
{
background-color: #28F8DA;
}
.BgClassName
{
background-color: #28F8DA;
}
</style>
border-color css
<style>
span { border-color: #28F8DA; }
span { border-color: rgb(40,248,218); }
td.TdClassName
{
border-color: #28F8DA;
}
.TagClassName
{
border-color: #28F8DA;
}
</style>