Shades of Turquoise #28CDD6
Tints of Turquoise #28CDD6
RGB
CMYK
RGB Variations
Color information
#28CDD6 (or 0x28CDD6) is known color: Turquoise. HEX triplet: 28, CD and D6. RGB value is (40,205,214). Sum of RGB (Red+Green+Blue) = 40+205+214=459 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.71% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #28CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDD6 is #D73229. Grayscale: #9C9C9C. Windows color (decimal): -14103082 or 14077224. OLE color: 14077224.
HSL color Cylindrical-coordinate representation of color #28CDD6: hue angle of 183.1º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CDD6 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 205 | 214 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.16 |
| HSL | 183.1º | 0.69% | 0.5% | - |
| HSV(B) | 183.1º | 0.81% | 0.84% | - |
| XYZ | 34.84 | 48.97 | 71.23 | - |
| YUV | 156.69 | 160.34 | 44.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 214 | 0.81 | 0.04 | 0 | 0.16 | 183.1 | 0.69 | 0.5 |
| Hex | 28 | CD | D6 | 51 | 4 | 0 | 10 | B7 | 45 | 32 |
| Octal | 50 | 315 | 326 | 121 | 4 | 0 | 20 | 267 | 105 | 62 |
| Binary | 101000 | 11001101 | 11010110 | 1010001 | 100 | 0 | 10000 | 10110111 | 1000101 | 110010 |
Color Harmonies of #28CDD6
Complementary color
Monochromatic Colors of #28CDD6
Black with #28CDD6
Text Example
Text Example
White with #28CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDD6; }
p { color: rgb(40,205,214); }
H1.HeaderClassName
{
color: #28CDD6;
}
.AnyTagClassName
{
color: #28CDD6;
}
</style>
background-color css
<style>
a { background-color: #28CDD6; }
a { background-color: rgb(40,205,214); }
div.DivClassName
{
background-color: #28CDD6;
}
.BgClassName
{
background-color: #28CDD6;
}
</style>
border-color css
<style>
span { border-color: #28CDD6; }
span { border-color: rgb(40,205,214); }
td.TdClassName
{
border-color: #28CDD6;
}
.TagClassName
{
border-color: #28CDD6;
}
</style>