Shades of Turquoise #28CFBD
Tints of Turquoise #28CFBD
RGB
CMYK
RGB Variations
Color information
#28CFBD (or 0x28CFBD) is known color: Turquoise. HEX triplet: 28, CF and BD. RGB value is (40,207,189). Sum of RGB (Red+Green+Blue) = 40+207+189=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFBD is #D73042. Grayscale: #9A9A9A. Windows color (decimal): -14102595 or 12439336. OLE color: 12439336.
HSL color Cylindrical-coordinate representation of color #28CFBD: hue angle of 173.53º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CFBD is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 189 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.19 |
| HSL | 173.53º | 0.68% | 0.48% | - |
| HSV(B) | 173.53º | 0.81% | 0.81% | - |
| XYZ | 32.37 | 48.75 | 55.85 | - |
| YUV | 155.02 | 147.17 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 189 | 0.81 | 0 | 0.09 | 0.19 | 173.53 | 0.68 | 0.48 |
| Hex | 28 | CF | BD | 51 | 0 | 9 | 13 | AE | 44 | 30 |
| Octal | 50 | 317 | 275 | 121 | 0 | 11 | 23 | 256 | 104 | 60 |
| Binary | 101000 | 11001111 | 10111101 | 1010001 | 0 | 1001 | 10011 | 10101110 | 1000100 | 110000 |
Color Harmonies of #28CFBD
Complementary color
Monochromatic Colors of #28CFBD
Black with #28CFBD
Text Example
Text Example
White with #28CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFBD; }
p { color: rgb(40,207,189); }
H1.HeaderClassName
{
color: #28CFBD;
}
.AnyTagClassName
{
color: #28CFBD;
}
</style>
background-color css
<style>
a { background-color: #28CFBD; }
a { background-color: rgb(40,207,189); }
div.DivClassName
{
background-color: #28CFBD;
}
.BgClassName
{
background-color: #28CFBD;
}
</style>
border-color css
<style>
span { border-color: #28CFBD; }
span { border-color: rgb(40,207,189); }
td.TdClassName
{
border-color: #28CFBD;
}
.TagClassName
{
border-color: #28CFBD;
}
</style>