Shades of Turquoise #28FFCA
Tints of Turquoise #28FFCA
RGB
CMYK
RGB Variations
Color information
#28FFCA (or 0x28FFCA) is known color: Turquoise. HEX triplet: 28, FF and CA. RGB value is (40,255,202). Sum of RGB (Red+Green+Blue) = 40+255+202=497 (65% of max value = 765). Red value is 40 (16.02% from 255 or 8.05% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #28FFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28FFCA is #D70035. Grayscale: #B8B8B8. Windows color (decimal): -14090294 or 13303592. OLE color: 13303592.
HSL color Cylindrical-coordinate representation of color #28FFCA: hue angle of 165.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FFCA is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 202 | - |
| CMYK | 0.84 | 0 | 0.21 | 0 |
| HSL | 165.21º | 1% | 0.58% | - |
| HSV(B) | 165.21º | 0.84% | 1% | - |
| XYZ | 47.3 | 76.24 | 68.1 | - |
| YUV | 184.67 | 137.77 | 24.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 202 | 0.84 | 0 | 0.21 | 0 | 165.21 | 1 | 0.58 |
| Hex | 28 | FF | CA | 54 | 0 | 15 | 0 | A5 | 64 | 3A |
| Octal | 50 | 377 | 312 | 124 | 0 | 25 | 0 | 245 | 144 | 72 |
| Binary | 101000 | 11111111 | 11001010 | 1010100 | 0 | 10101 | 0 | 10100101 | 1100100 | 111010 |
Color Harmonies of #28FFCA
Complementary color
Monochromatic Colors of #28FFCA
Black with #28FFCA
Text Example
Text Example
White with #28FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FFCA; }
p { color: rgb(40,255,202); }
H1.HeaderClassName
{
color: #28FFCA;
}
.AnyTagClassName
{
color: #28FFCA;
}
</style>
background-color css
<style>
a { background-color: #28FFCA; }
a { background-color: rgb(40,255,202); }
div.DivClassName
{
background-color: #28FFCA;
}
.BgClassName
{
background-color: #28FFCA;
}
</style>
border-color css
<style>
span { border-color: #28FFCA; }
span { border-color: rgb(40,255,202); }
td.TdClassName
{
border-color: #28FFCA;
}
.TagClassName
{
border-color: #28FFCA;
}
</style>