Shades of Turquoise #28CFDC
Tints of Turquoise #28CFDC
RGB
CMYK
RGB Variations
Color information
#28CFDC (or 0x28CFDC) is known color: Turquoise. HEX triplet: 28, CF and DC. RGB value is (40,207,220). Sum of RGB (Red+Green+Blue) = 40+207+220=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #28CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFDC is #D73023. Grayscale: #9E9E9E. Windows color (decimal): -14102564 or 14470952. OLE color: 14470952.
HSL color Cylindrical-coordinate representation of color #28CFDC: hue angle of 184.33º degrees, saturation: 0.72, 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 #28CFDC is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 207 | 220 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.14 |
| HSL | 184.33º | 0.72% | 0.51% | - |
| HSV(B) | 184.33º | 0.82% | 0.86% | - |
| XYZ | 36.11 | 50.24 | 75.51 | - |
| YUV | 158.55 | 162.67 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 220 | 0.82 | 0.06 | 0 | 0.14 | 184.33 | 0.72 | 0.51 |
| Hex | 28 | CF | DC | 52 | 6 | 0 | E | B8 | 48 | 33 |
| Octal | 50 | 317 | 334 | 122 | 6 | 0 | 16 | 270 | 110 | 63 |
| Binary | 101000 | 11001111 | 11011100 | 1010010 | 110 | 0 | 1110 | 10111000 | 1001000 | 110011 |
Color Harmonies of #28CFDC
Complementary color
Monochromatic Colors of #28CFDC
Black with #28CFDC
Text Example
Text Example
White with #28CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFDC; }
p { color: rgb(40,207,220); }
H1.HeaderClassName
{
color: #28CFDC;
}
.AnyTagClassName
{
color: #28CFDC;
}
</style>
background-color css
<style>
a { background-color: #28CFDC; }
a { background-color: rgb(40,207,220); }
div.DivClassName
{
background-color: #28CFDC;
}
.BgClassName
{
background-color: #28CFDC;
}
</style>
border-color css
<style>
span { border-color: #28CFDC; }
span { border-color: rgb(40,207,220); }
td.TdClassName
{
border-color: #28CFDC;
}
.TagClassName
{
border-color: #28CFDC;
}
</style>