Shades of Turquoise #28CEDD
Tints of Turquoise #28CEDD
RGB
CMYK
RGB Variations
Color information
#28CEDD (or 0x28CEDD) is known color: Turquoise. HEX triplet: 28, CE and DD. RGB value is (40,206,221). Sum of RGB (Red+Green+Blue) = 40+206+221=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #28CEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEDD is #D73122. Grayscale: #9D9D9D. Windows color (decimal): -14102819 or 14536232. OLE color: 14536232.
HSL color Cylindrical-coordinate representation of color #28CEDD: hue angle of 184.97º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CEDD is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 206 | 221 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.13 |
| HSL | 184.97º | 0.73% | 0.51% | - |
| HSV(B) | 184.97º | 0.82% | 0.87% | - |
| XYZ | 36 | 49.81 | 76.12 | - |
| YUV | 158.08 | 163.5 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 221 | 0.82 | 0.07 | 0 | 0.13 | 184.97 | 0.73 | 0.51 |
| Hex | 28 | CE | DD | 52 | 7 | 0 | D | B9 | 49 | 33 |
| Octal | 50 | 316 | 335 | 122 | 7 | 0 | 15 | 271 | 111 | 63 |
| Binary | 101000 | 11001110 | 11011101 | 1010010 | 111 | 0 | 1101 | 10111001 | 1001001 | 110011 |
Color Harmonies of #28CEDD
Complementary color
Monochromatic Colors of #28CEDD
Black with #28CEDD
Text Example
Text Example
White with #28CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEDD; }
p { color: rgb(40,206,221); }
H1.HeaderClassName
{
color: #28CEDD;
}
.AnyTagClassName
{
color: #28CEDD;
}
</style>
background-color css
<style>
a { background-color: #28CEDD; }
a { background-color: rgb(40,206,221); }
div.DivClassName
{
background-color: #28CEDD;
}
.BgClassName
{
background-color: #28CEDD;
}
</style>
border-color css
<style>
span { border-color: #28CEDD; }
span { border-color: rgb(40,206,221); }
td.TdClassName
{
border-color: #28CEDD;
}
.TagClassName
{
border-color: #28CEDD;
}
</style>