Shades of Turquoise #28F3CF
Tints of Turquoise #28F3CF
RGB
CMYK
RGB Variations
Color information
#28F3CF (or 0x28F3CF) is known color: Turquoise. HEX triplet: 28, F3 and CF. RGB value is (40,243,207). Sum of RGB (Red+Green+Blue) = 40+243+207=490 (64% of max value = 765). Red value is 40 (16.02% from 255 or 8.16% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #28F3CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F3CF is #D70C30. Grayscale: #B2B2B2. Windows color (decimal): -14093361 or 13628200. OLE color: 13628200.
HSL color Cylindrical-coordinate representation of color #28F3CF: hue angle of 169.36º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F3CF is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 243 | 207 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.05 |
| HSL | 169.36º | 0.89% | 0.55% | - |
| HSV(B) | 169.36º | 0.84% | 0.95% | - |
| XYZ | 44.19 | 69.06 | 70.03 | - |
| YUV | 178.2 | 144.25 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 207 | 0.84 | 0 | 0.15 | 0.05 | 169.36 | 0.89 | 0.55 |
| Hex | 28 | F3 | CF | 54 | 0 | F | 5 | A9 | 59 | 37 |
| Octal | 50 | 363 | 317 | 124 | 0 | 17 | 5 | 251 | 131 | 67 |
| Binary | 101000 | 11110011 | 11001111 | 1010100 | 0 | 1111 | 101 | 10101001 | 1011001 | 110111 |
Color Harmonies of #28F3CF
Complementary color
Monochromatic Colors of #28F3CF
Black with #28F3CF
Text Example
Text Example
White with #28F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F3CF; }
p { color: rgb(40,243,207); }
H1.HeaderClassName
{
color: #28F3CF;
}
.AnyTagClassName
{
color: #28F3CF;
}
</style>
background-color css
<style>
a { background-color: #28F3CF; }
a { background-color: rgb(40,243,207); }
div.DivClassName
{
background-color: #28F3CF;
}
.BgClassName
{
background-color: #28F3CF;
}
</style>
border-color css
<style>
span { border-color: #28F3CF; }
span { border-color: rgb(40,243,207); }
td.TdClassName
{
border-color: #28F3CF;
}
.TagClassName
{
border-color: #28F3CF;
}
</style>