Shades of Turquoise #28CFDA
Tints of Turquoise #28CFDA
RGB
CMYK
RGB Variations
Color information
#28CFDA (or 0x28CFDA) is known color: Turquoise. HEX triplet: 28, CF and DA. RGB value is (40,207,218). Sum of RGB (Red+Green+Blue) = 40+207+218=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #28CFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFDA is #D73025. Grayscale: #9E9E9E. Windows color (decimal): -14102566 or 14339880. OLE color: 14339880.
HSL color Cylindrical-coordinate representation of color #28CFDA: hue angle of 183.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CFDA is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 207 | 218 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.15 |
| HSL | 183.71º | 0.71% | 0.51% | - |
| HSV(B) | 183.71º | 0.82% | 0.85% | - |
| XYZ | 35.84 | 50.14 | 74.12 | - |
| YUV | 158.32 | 161.67 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 218 | 0.82 | 0.05 | 0 | 0.15 | 183.71 | 0.71 | 0.51 |
| Hex | 28 | CF | DA | 52 | 5 | 0 | F | B8 | 47 | 33 |
| Octal | 50 | 317 | 332 | 122 | 5 | 0 | 17 | 270 | 107 | 63 |
| Binary | 101000 | 11001111 | 11011010 | 1010010 | 101 | 0 | 1111 | 10111000 | 1000111 | 110011 |
Color Harmonies of #28CFDA
Complementary color
Monochromatic Colors of #28CFDA
Black with #28CFDA
Text Example
Text Example
White with #28CFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFDA; }
p { color: rgb(40,207,218); }
H1.HeaderClassName
{
color: #28CFDA;
}
.AnyTagClassName
{
color: #28CFDA;
}
</style>
background-color css
<style>
a { background-color: #28CFDA; }
a { background-color: rgb(40,207,218); }
div.DivClassName
{
background-color: #28CFDA;
}
.BgClassName
{
background-color: #28CFDA;
}
</style>
border-color css
<style>
span { border-color: #28CFDA; }
span { border-color: rgb(40,207,218); }
td.TdClassName
{
border-color: #28CFDA;
}
.TagClassName
{
border-color: #28CFDA;
}
</style>