Shades of Turquoise #28CEDB
Tints of Turquoise #28CEDB
RGB
CMYK
RGB Variations
Color information
#28CEDB (or 0x28CEDB) is known color: Turquoise. HEX triplet: 28, CE and DB. RGB value is (40,206,219). Sum of RGB (Red+Green+Blue) = 40+206+219=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #28CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CEDB is #D73124. Grayscale: #9D9D9D. Windows color (decimal): -14102821 or 14405160. OLE color: 14405160.
HSL color Cylindrical-coordinate representation of color #28CEDB: hue angle of 184.36º 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 #28CEDB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 206 | 219 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.14 |
| HSL | 184.36º | 0.71% | 0.51% | - |
| HSV(B) | 184.36º | 0.82% | 0.86% | - |
| XYZ | 35.73 | 49.71 | 74.73 | - |
| YUV | 157.85 | 162.5 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 219 | 0.82 | 0.06 | 0 | 0.14 | 184.36 | 0.71 | 0.51 |
| Hex | 28 | CE | DB | 52 | 6 | 0 | E | B8 | 47 | 33 |
| Octal | 50 | 316 | 333 | 122 | 6 | 0 | 16 | 270 | 107 | 63 |
| Binary | 101000 | 11001110 | 11011011 | 1010010 | 110 | 0 | 1110 | 10111000 | 1000111 | 110011 |
Color Harmonies of #28CEDB
Complementary color
Monochromatic Colors of #28CEDB
Black with #28CEDB
Text Example
Text Example
White with #28CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CEDB; }
p { color: rgb(40,206,219); }
H1.HeaderClassName
{
color: #28CEDB;
}
.AnyTagClassName
{
color: #28CEDB;
}
</style>
background-color css
<style>
a { background-color: #28CEDB; }
a { background-color: rgb(40,206,219); }
div.DivClassName
{
background-color: #28CEDB;
}
.BgClassName
{
background-color: #28CEDB;
}
</style>
border-color css
<style>
span { border-color: #28CEDB; }
span { border-color: rgb(40,206,219); }
td.TdClassName
{
border-color: #28CEDB;
}
.TagClassName
{
border-color: #28CEDB;
}
</style>