Shades of Turquoise #28CFCB
Tints of Turquoise #28CFCB
RGB
CMYK
RGB Variations
Color information
#28CFCB (or 0x28CFCB) is known color: Turquoise. HEX triplet: 28, CF and CB. RGB value is (40,207,203). Sum of RGB (Red+Green+Blue) = 40+207+203=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFCB is #D73034. Grayscale: #9C9C9C. Windows color (decimal): -14102581 or 13356840. OLE color: 13356840.
HSL color Cylindrical-coordinate representation of color #28CFCB: hue angle of 178.56º 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 #28CFCB is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 203 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.19 |
| HSL | 178.56º | 0.68% | 0.48% | - |
| HSV(B) | 178.56º | 0.81% | 0.81% | - |
| XYZ | 33.97 | 49.39 | 64.24 | - |
| YUV | 156.61 | 154.17 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 203 | 0.81 | 0 | 0.02 | 0.19 | 178.56 | 0.68 | 0.48 |
| Hex | 28 | CF | CB | 51 | 0 | 2 | 13 | B3 | 44 | 30 |
| Octal | 50 | 317 | 313 | 121 | 0 | 2 | 23 | 263 | 104 | 60 |
| Binary | 101000 | 11001111 | 11001011 | 1010001 | 0 | 10 | 10011 | 10110011 | 1000100 | 110000 |
Color Harmonies of #28CFCB
Complementary color
Monochromatic Colors of #28CFCB
Black with #28CFCB
Text Example
Text Example
White with #28CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFCB; }
p { color: rgb(40,207,203); }
H1.HeaderClassName
{
color: #28CFCB;
}
.AnyTagClassName
{
color: #28CFCB;
}
</style>
background-color css
<style>
a { background-color: #28CFCB; }
a { background-color: rgb(40,207,203); }
div.DivClassName
{
background-color: #28CFCB;
}
.BgClassName
{
background-color: #28CFCB;
}
</style>
border-color css
<style>
span { border-color: #28CFCB; }
span { border-color: rgb(40,207,203); }
td.TdClassName
{
border-color: #28CFCB;
}
.TagClassName
{
border-color: #28CFCB;
}
</style>