Shades of Turquoise #28F1CB
Tints of Turquoise #28F1CB
RGB
CMYK
RGB Variations
Color information
#28F1CB (or 0x28F1CB) is known color: Turquoise. HEX triplet: 28, F1 and CB. RGB value is (40,241,203). Sum of RGB (Red+Green+Blue) = 40+241+203=484 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.26% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1CB is #D70E34. Grayscale: #B0B0B0. Windows color (decimal): -14093877 or 13365544. OLE color: 13365544.
HSL color Cylindrical-coordinate representation of color #28F1CB: hue angle of 168.66º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F1CB is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 203 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.05 |
| HSL | 168.66º | 0.88% | 0.55% | - |
| HSV(B) | 168.66º | 0.83% | 0.95% | - |
| XYZ | 43.11 | 67.67 | 67.29 | - |
| YUV | 176.57 | 142.91 | 30.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 203 | 0.83 | 0 | 0.16 | 0.05 | 168.66 | 0.88 | 0.55 |
| Hex | 28 | F1 | CB | 53 | 0 | 10 | 5 | A9 | 58 | 37 |
| Octal | 50 | 361 | 313 | 123 | 0 | 20 | 5 | 251 | 130 | 67 |
| Binary | 101000 | 11110001 | 11001011 | 1010011 | 0 | 10000 | 101 | 10101001 | 1011000 | 110111 |
Color Harmonies of #28F1CB
Complementary color
Monochromatic Colors of #28F1CB
Black with #28F1CB
Text Example
Text Example
White with #28F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F1CB; }
p { color: rgb(40,241,203); }
H1.HeaderClassName
{
color: #28F1CB;
}
.AnyTagClassName
{
color: #28F1CB;
}
</style>
background-color css
<style>
a { background-color: #28F1CB; }
a { background-color: rgb(40,241,203); }
div.DivClassName
{
background-color: #28F1CB;
}
.BgClassName
{
background-color: #28F1CB;
}
</style>
border-color css
<style>
span { border-color: #28F1CB; }
span { border-color: rgb(40,241,203); }
td.TdClassName
{
border-color: #28F1CB;
}
.TagClassName
{
border-color: #28F1CB;
}
</style>