Shades of Turquoise #28CFDB
Tints of Turquoise #28CFDB
RGB
CMYK
RGB Variations
Color information
#28CFDB (or 0x28CFDB) is known color: Turquoise. HEX triplet: 28, CF and DB. RGB value is (40,207,219). Sum of RGB (Red+Green+Blue) = 40+207+219=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #28CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFDB is #D73024. Grayscale: #9E9E9E. Windows color (decimal): -14102565 or 14405416. OLE color: 14405416.
HSL color Cylindrical-coordinate representation of color #28CFDB: hue angle of 184.02º 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 #28CFDB is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 207 | 219 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.14 |
| HSL | 184.02º | 0.71% | 0.51% | - |
| HSV(B) | 184.02º | 0.82% | 0.86% | - |
| XYZ | 35.97 | 50.19 | 74.81 | - |
| YUV | 158.44 | 162.17 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 219 | 0.82 | 0.05 | 0 | 0.14 | 184.02 | 0.71 | 0.51 |
| Hex | 28 | CF | DB | 52 | 5 | 0 | E | B8 | 47 | 33 |
| Octal | 50 | 317 | 333 | 122 | 5 | 0 | 16 | 270 | 107 | 63 |
| Binary | 101000 | 11001111 | 11011011 | 1010010 | 101 | 0 | 1110 | 10111000 | 1000111 | 110011 |
Color Harmonies of #28CFDB
Complementary color
Monochromatic Colors of #28CFDB
Black with #28CFDB
Text Example
Text Example
White with #28CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFDB; }
p { color: rgb(40,207,219); }
H1.HeaderClassName
{
color: #28CFDB;
}
.AnyTagClassName
{
color: #28CFDB;
}
</style>
background-color css
<style>
a { background-color: #28CFDB; }
a { background-color: rgb(40,207,219); }
div.DivClassName
{
background-color: #28CFDB;
}
.BgClassName
{
background-color: #28CFDB;
}
</style>
border-color css
<style>
span { border-color: #28CFDB; }
span { border-color: rgb(40,207,219); }
td.TdClassName
{
border-color: #28CFDB;
}
.TagClassName
{
border-color: #28CFDB;
}
</style>