Shades of Turquoise #28DFCC
Tints of Turquoise #28DFCC
RGB
CMYK
RGB Variations
Color information
#28DFCC (or 0x28DFCC) is known color: Turquoise. HEX triplet: 28, DF and CC. RGB value is (40,223,204). Sum of RGB (Red+Green+Blue) = 40+223+204=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #28DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DFCC is #D72033. Grayscale: #A6A6A6. Windows color (decimal): -14098484 or 13426472. OLE color: 13426472.
HSL color Cylindrical-coordinate representation of color #28DFCC: hue angle of 173.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DFCC is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 204 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.13 |
| HSL | 173.77º | 0.74% | 0.52% | - |
| HSV(B) | 173.77º | 0.82% | 0.87% | - |
| XYZ | 38.16 | 57.59 | 66.23 | - |
| YUV | 166.12 | 149.37 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 204 | 0.82 | 0 | 0.09 | 0.13 | 173.77 | 0.74 | 0.52 |
| Hex | 28 | DF | CC | 52 | 0 | 9 | D | AE | 4A | 34 |
| Octal | 50 | 337 | 314 | 122 | 0 | 11 | 15 | 256 | 112 | 64 |
| Binary | 101000 | 11011111 | 11001100 | 1010010 | 0 | 1001 | 1101 | 10101110 | 1001010 | 110100 |
Color Harmonies of #28DFCC
Complementary color
Monochromatic Colors of #28DFCC
Black with #28DFCC
Text Example
Text Example
White with #28DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DFCC; }
p { color: rgb(40,223,204); }
H1.HeaderClassName
{
color: #28DFCC;
}
.AnyTagClassName
{
color: #28DFCC;
}
</style>
background-color css
<style>
a { background-color: #28DFCC; }
a { background-color: rgb(40,223,204); }
div.DivClassName
{
background-color: #28DFCC;
}
.BgClassName
{
background-color: #28DFCC;
}
</style>
border-color css
<style>
span { border-color: #28DFCC; }
span { border-color: rgb(40,223,204); }
td.TdClassName
{
border-color: #28DFCC;
}
.TagClassName
{
border-color: #28DFCC;
}
</style>