Shades of Turquoise #28CFDF
Tints of Turquoise #28CFDF
RGB
CMYK
RGB Variations
Color information
#28CFDF (or 0x28CFDF) is known color: Turquoise. HEX triplet: 28, CF and DF. RGB value is (40,207,223). Sum of RGB (Red+Green+Blue) = 40+207+223=470 (62% of max value = 765). Red value is 40 (16.02% from 255 or 8.51% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #28CFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFDF is #D73020. Grayscale: #9E9E9E. Windows color (decimal): -14102561 or 14667560. OLE color: 14667560.
HSL color Cylindrical-coordinate representation of color #28CFDF: hue angle of 185.25º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28CFDF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 207 | 223 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.13 |
| HSL | 185.25º | 0.74% | 0.52% | - |
| HSV(B) | 185.25º | 0.82% | 0.87% | - |
| XYZ | 36.51 | 50.4 | 77.62 | - |
| YUV | 158.89 | 164.17 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 223 | 0.82 | 0.07 | 0 | 0.13 | 185.25 | 0.74 | 0.52 |
| Hex | 28 | CF | DF | 52 | 7 | 0 | D | B9 | 4A | 34 |
| Octal | 50 | 317 | 337 | 122 | 7 | 0 | 15 | 271 | 112 | 64 |
| Binary | 101000 | 11001111 | 11011111 | 1010010 | 111 | 0 | 1101 | 10111001 | 1001010 | 110100 |
Color Harmonies of #28CFDF
Complementary color
Monochromatic Colors of #28CFDF
Black with #28CFDF
Text Example
Text Example
White with #28CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFDF; }
p { color: rgb(40,207,223); }
H1.HeaderClassName
{
color: #28CFDF;
}
.AnyTagClassName
{
color: #28CFDF;
}
</style>
background-color css
<style>
a { background-color: #28CFDF; }
a { background-color: rgb(40,207,223); }
div.DivClassName
{
background-color: #28CFDF;
}
.BgClassName
{
background-color: #28CFDF;
}
</style>
border-color css
<style>
span { border-color: #28CFDF; }
span { border-color: rgb(40,207,223); }
td.TdClassName
{
border-color: #28CFDF;
}
.TagClassName
{
border-color: #28CFDF;
}
</style>