Shades of Turquoise #28F1C1
Tints of Turquoise #28F1C1
RGB
CMYK
RGB Variations
Color information
#28F1C1 (or 0x28F1C1) is known color: Turquoise. HEX triplet: 28, F1 and C1. RGB value is (40,241,193). Sum of RGB (Red+Green+Blue) = 40+241+193=474 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.44% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #28F1C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #28F1C1 is #D70E3E. Grayscale: #AFAFAF. Windows color (decimal): -14093887 or 12710184. OLE color: 12710184.
HSL color Cylindrical-coordinate representation of color #28F1C1: hue angle of 165.67º 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 #28F1C1 is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 241 | 193 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.05 |
| HSL | 165.67º | 0.88% | 0.55% | - |
| HSV(B) | 165.67º | 0.83% | 0.95% | - |
| XYZ | 41.96 | 67.21 | 61.21 | - |
| YUV | 175.43 | 137.91 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 193 | 0.83 | 0 | 0.20 | 0.05 | 165.67 | 0.88 | 0.55 |
| Hex | 28 | F1 | C1 | 53 | 0 | 14 | 5 | A6 | 58 | 37 |
| Octal | 50 | 361 | 301 | 123 | 0 | 24 | 5 | 246 | 130 | 67 |
| Binary | 101000 | 11110001 | 11000001 | 1010011 | 0 | 10100 | 101 | 10100110 | 1011000 | 110111 |
Color Harmonies of #28F1C1
Complementary color
Monochromatic Colors of #28F1C1
Black with #28F1C1
Text Example
Text Example
White with #28F1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F1C1; }
p { color: rgb(40,241,193); }
H1.HeaderClassName
{
color: #28F1C1;
}
.AnyTagClassName
{
color: #28F1C1;
}
</style>
background-color css
<style>
a { background-color: #28F1C1; }
a { background-color: rgb(40,241,193); }
div.DivClassName
{
background-color: #28F1C1;
}
.BgClassName
{
background-color: #28F1C1;
}
</style>
border-color css
<style>
span { border-color: #28F1C1; }
span { border-color: rgb(40,241,193); }
td.TdClassName
{
border-color: #28F1C1;
}
.TagClassName
{
border-color: #28F1C1;
}
</style>