Shades of Turquoise #28CDDC
Tints of Turquoise #28CDDC
RGB
CMYK
RGB Variations
Color information
#28CDDC (or 0x28CDDC) is known color: Turquoise. HEX triplet: 28, CD and DC. RGB value is (40,205,220). Sum of RGB (Red+Green+Blue) = 40+205+220=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #28CDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDDC is #D73223. Grayscale: #9D9D9D. Windows color (decimal): -14103076 or 14470440. OLE color: 14470440.
HSL color Cylindrical-coordinate representation of color #28CDDC: hue angle of 185º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CDDC is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 205 | 220 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.14 |
| HSL | 185º | 0.72% | 0.51% | - |
| HSV(B) | 185º | 0.82% | 0.86% | - |
| XYZ | 35.62 | 49.28 | 75.34 | - |
| YUV | 157.38 | 163.34 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 220 | 0.82 | 0.07 | 0 | 0.14 | 185 | 0.72 | 0.51 |
| Hex | 28 | CD | DC | 52 | 7 | 0 | E | B9 | 48 | 33 |
| Octal | 50 | 315 | 334 | 122 | 7 | 0 | 16 | 271 | 110 | 63 |
| Binary | 101000 | 11001101 | 11011100 | 1010010 | 111 | 0 | 1110 | 10111001 | 1001000 | 110011 |
Color Harmonies of #28CDDC
Complementary color
Monochromatic Colors of #28CDDC
Black with #28CDDC
Text Example
Text Example
White with #28CDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDDC; }
p { color: rgb(40,205,220); }
H1.HeaderClassName
{
color: #28CDDC;
}
.AnyTagClassName
{
color: #28CDDC;
}
</style>
background-color css
<style>
a { background-color: #28CDDC; }
a { background-color: rgb(40,205,220); }
div.DivClassName
{
background-color: #28CDDC;
}
.BgClassName
{
background-color: #28CDDC;
}
</style>
border-color css
<style>
span { border-color: #28CDDC; }
span { border-color: rgb(40,205,220); }
td.TdClassName
{
border-color: #28CDDC;
}
.TagClassName
{
border-color: #28CDDC;
}
</style>