Shades of Turquoise #28F3D4
Tints of Turquoise #28F3D4
RGB
CMYK
RGB Variations
Color information
#28F3D4 (or 0x28F3D4) is known color: Turquoise. HEX triplet: 28, F3 and D4. RGB value is (40,243,212). Sum of RGB (Red+Green+Blue) = 40+243+212=495 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.08% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #28F3D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F3D4 is #D70C2B. Grayscale: #B2B2B2. Windows color (decimal): -14093356 or 13955880. OLE color: 13955880.
HSL color Cylindrical-coordinate representation of color #28F3D4: hue angle of 170.84º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F3D4 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 212 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.05 |
| HSL | 170.84º | 0.89% | 0.55% | - |
| HSV(B) | 170.84º | 0.84% | 0.95% | - |
| XYZ | 44.81 | 69.31 | 73.3 | - |
| YUV | 178.77 | 146.75 | 29.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 212 | 0.84 | 0 | 0.13 | 0.05 | 170.84 | 0.89 | 0.55 |
| Hex | 28 | F3 | D4 | 54 | 0 | D | 5 | AB | 59 | 37 |
| Octal | 50 | 363 | 324 | 124 | 0 | 15 | 5 | 253 | 131 | 67 |
| Binary | 101000 | 11110011 | 11010100 | 1010100 | 0 | 1101 | 101 | 10101011 | 1011001 | 110111 |
Color Harmonies of #28F3D4
Complementary color
Monochromatic Colors of #28F3D4
Black with #28F3D4
Text Example
Text Example
White with #28F3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F3D4; }
p { color: rgb(40,243,212); }
H1.HeaderClassName
{
color: #28F3D4;
}
.AnyTagClassName
{
color: #28F3D4;
}
</style>
background-color css
<style>
a { background-color: #28F3D4; }
a { background-color: rgb(40,243,212); }
div.DivClassName
{
background-color: #28F3D4;
}
.BgClassName
{
background-color: #28F3D4;
}
</style>
border-color css
<style>
span { border-color: #28F3D4; }
span { border-color: rgb(40,243,212); }
td.TdClassName
{
border-color: #28F3D4;
}
.TagClassName
{
border-color: #28F3D4;
}
</style>