Shades of Turquoise #28DECF
Tints of Turquoise #28DECF
RGB
CMYK
RGB Variations
Color information
#28DECF (or 0x28DECF) is known color: Turquoise. HEX triplet: 28, DE and CF. RGB value is (40,222,207). Sum of RGB (Red+Green+Blue) = 40+222+207=469 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.53% from 469); Green value is 222 (87.11% from 255 or 47.33% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 222 - color contains mainly: green. Hex color #28DECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DECF is #D72130. Grayscale: #A5A5A5. Windows color (decimal): -14098737 or 13622824. OLE color: 13622824.
HSL color Cylindrical-coordinate representation of color #28DECF: hue angle of 175.05º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DECF is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 207 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.13 |
| HSL | 175.05º | 0.73% | 0.51% | - |
| HSV(B) | 175.05º | 0.82% | 0.87% | - |
| XYZ | 38.26 | 57.2 | 68.06 | - |
| YUV | 165.87 | 151.2 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 207 | 0.82 | 0 | 0.07 | 0.13 | 175.05 | 0.73 | 0.51 |
| Hex | 28 | DE | CF | 52 | 0 | 7 | D | AF | 49 | 33 |
| Octal | 50 | 336 | 317 | 122 | 0 | 7 | 15 | 257 | 111 | 63 |
| Binary | 101000 | 11011110 | 11001111 | 1010010 | 0 | 111 | 1101 | 10101111 | 1001001 | 110011 |
Color Harmonies of #28DECF
Complementary color
Monochromatic Colors of #28DECF
Black with #28DECF
Text Example
Text Example
White with #28DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DECF; }
p { color: rgb(40,222,207); }
H1.HeaderClassName
{
color: #28DECF;
}
.AnyTagClassName
{
color: #28DECF;
}
</style>
background-color css
<style>
a { background-color: #28DECF; }
a { background-color: rgb(40,222,207); }
div.DivClassName
{
background-color: #28DECF;
}
.BgClassName
{
background-color: #28DECF;
}
</style>
border-color css
<style>
span { border-color: #28DECF; }
span { border-color: rgb(40,222,207); }
td.TdClassName
{
border-color: #28DECF;
}
.TagClassName
{
border-color: #28DECF;
}
</style>