Shades of Turquoise #28DCDF
Tints of Turquoise #28DCDF
RGB
CMYK
RGB Variations
Color information
#28DCDF (or 0x28DCDF) is known color: Turquoise. HEX triplet: 28, DC and DF. RGB value is (40,220,223). Sum of RGB (Red+Green+Blue) = 40+220+223=483 (63% of max value = 765). Red value is 40 (16.02% from 255 or 8.28% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #28DCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28DCDF is #D72320. Grayscale: #A6A6A6. Windows color (decimal): -14099233 or 14670888. OLE color: 14670888.
HSL color Cylindrical-coordinate representation of color #28DCDF: hue angle of 180.98º 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 #28DCDF is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 220 | 223 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.13 |
| HSL | 180.98º | 0.74% | 0.52% | - |
| HSV(B) | 180.98º | 0.82% | 0.87% | - |
| XYZ | 39.79 | 56.97 | 78.71 | - |
| YUV | 166.52 | 159.87 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 223 | 0.82 | 0.01 | 0 | 0.13 | 180.98 | 0.74 | 0.52 |
| Hex | 28 | DC | DF | 52 | 1 | 0 | D | B5 | 4A | 34 |
| Octal | 50 | 334 | 337 | 122 | 1 | 0 | 15 | 265 | 112 | 64 |
| Binary | 101000 | 11011100 | 11011111 | 1010010 | 1 | 0 | 1101 | 10110101 | 1001010 | 110100 |
Color Harmonies of #28DCDF
Complementary color
Monochromatic Colors of #28DCDF
Black with #28DCDF
Text Example
Text Example
White with #28DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DCDF; }
p { color: rgb(40,220,223); }
H1.HeaderClassName
{
color: #28DCDF;
}
.AnyTagClassName
{
color: #28DCDF;
}
</style>
background-color css
<style>
a { background-color: #28DCDF; }
a { background-color: rgb(40,220,223); }
div.DivClassName
{
background-color: #28DCDF;
}
.BgClassName
{
background-color: #28DCDF;
}
</style>
border-color css
<style>
span { border-color: #28DCDF; }
span { border-color: rgb(40,220,223); }
td.TdClassName
{
border-color: #28DCDF;
}
.TagClassName
{
border-color: #28DCDF;
}
</style>