Shades of Turquoise #28CDDB
Tints of Turquoise #28CDDB
RGB
CMYK
RGB Variations
Color information
#28CDDB (or 0x28CDDB) is known color: Turquoise. HEX triplet: 28, CD and DB. RGB value is (40,205,219). Sum of RGB (Red+Green+Blue) = 40+205+219=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #28CDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDDB is #D73224. Grayscale: #9D9D9D. Windows color (decimal): -14103077 or 14404904. OLE color: 14404904.
HSL color Cylindrical-coordinate representation of color #28CDDB: hue angle of 184.69º degrees, saturation: 0.71, 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 #28CDDB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 205 | 219 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.14 |
| HSL | 184.69º | 0.71% | 0.51% | - |
| HSV(B) | 184.69º | 0.82% | 0.86% | - |
| XYZ | 35.49 | 49.23 | 74.65 | - |
| YUV | 157.26 | 162.84 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 219 | 0.82 | 0.06 | 0 | 0.14 | 184.69 | 0.71 | 0.51 |
| Hex | 28 | CD | DB | 52 | 6 | 0 | E | B9 | 47 | 33 |
| Octal | 50 | 315 | 333 | 122 | 6 | 0 | 16 | 271 | 107 | 63 |
| Binary | 101000 | 11001101 | 11011011 | 1010010 | 110 | 0 | 1110 | 10111001 | 1000111 | 110011 |
Color Harmonies of #28CDDB
Complementary color
Monochromatic Colors of #28CDDB
Black with #28CDDB
Text Example
Text Example
White with #28CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDDB; }
p { color: rgb(40,205,219); }
H1.HeaderClassName
{
color: #28CDDB;
}
.AnyTagClassName
{
color: #28CDDB;
}
</style>
background-color css
<style>
a { background-color: #28CDDB; }
a { background-color: rgb(40,205,219); }
div.DivClassName
{
background-color: #28CDDB;
}
.BgClassName
{
background-color: #28CDDB;
}
</style>
border-color css
<style>
span { border-color: #28CDDB; }
span { border-color: rgb(40,205,219); }
td.TdClassName
{
border-color: #28CDDB;
}
.TagClassName
{
border-color: #28CDDB;
}
</style>