Shades of Turquoise #28CECF
Tints of Turquoise #28CECF
RGB
CMYK
RGB Variations
Color information
#28CECF (or 0x28CECF) is known color: Turquoise. HEX triplet: 28, CE and CF. RGB value is (40,206,207). Sum of RGB (Red+Green+Blue) = 40+206+207=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #28CECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CECF is #D73130. Grayscale: #9C9C9C. Windows color (decimal): -14102833 or 13618728. OLE color: 13618728.
HSL color Cylindrical-coordinate representation of color #28CECF: hue angle of 180.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CECF is Cyan = 0.81, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 207 | - |
| CMYK | 0.81 | 0.00 | 0 | 0.19 |
| HSL | 180.36º | 0.68% | 0.48% | - |
| HSV(B) | 180.36º | 0.81% | 0.81% | - |
| XYZ | 34.21 | 49.1 | 66.71 | - |
| YUV | 156.48 | 156.5 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 207 | 0.81 | 0.00 | 0 | 0.19 | 180.36 | 0.68 | 0.48 |
| Hex | 28 | CE | CF | 51 | 0 | 0 | 13 | B4 | 44 | 30 |
| Octal | 50 | 316 | 317 | 121 | 0 | 0 | 23 | 264 | 104 | 60 |
| Binary | 101000 | 11001110 | 11001111 | 1010001 | 0 | 0 | 10011 | 10110100 | 1000100 | 110000 |
Color Harmonies of #28CECF
Complementary color
Monochromatic Colors of #28CECF
Black with #28CECF
Text Example
Text Example
White with #28CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CECF; }
p { color: rgb(40,206,207); }
H1.HeaderClassName
{
color: #28CECF;
}
.AnyTagClassName
{
color: #28CECF;
}
</style>
background-color css
<style>
a { background-color: #28CECF; }
a { background-color: rgb(40,206,207); }
div.DivClassName
{
background-color: #28CECF;
}
.BgClassName
{
background-color: #28CECF;
}
</style>
border-color css
<style>
span { border-color: #28CECF; }
span { border-color: rgb(40,206,207); }
td.TdClassName
{
border-color: #28CECF;
}
.TagClassName
{
border-color: #28CECF;
}
</style>