Shades of Turquoise #28CECE
Tints of Turquoise #28CECE
RGB
CMYK
RGB Variations
Color information
#28CECE (or 0x28CECE) is known color: Turquoise. HEX triplet: 28, CE and CE. RGB value is (40,206,206). Sum of RGB (Red+Green+Blue) = 40+206+206=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #28CECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CECE is #D73131. Grayscale: #9C9C9C. Windows color (decimal): -14102834 or 13553192. OLE color: 13553192.
HSL color Cylindrical-coordinate representation of color #28CECE: hue angle of 180º degrees, saturation: 0.67, 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 #28CECE is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 206 | 206 | - |
| CMYK | 0.81 | 0 | 0 | 0.19 |
| HSL | 180º | 0.67% | 0.48% | - |
| HSV(B) | 180º | 0.81% | 0.81% | - |
| XYZ | 34.09 | 49.05 | 66.06 | - |
| YUV | 156.37 | 156 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 206 | 206 | 0.81 | 0 | 0 | 0.19 | 180 | 0.67 | 0.48 |
| Hex | 28 | CE | CE | 51 | 0 | 0 | 13 | B4 | 43 | 30 |
| Octal | 50 | 316 | 316 | 121 | 0 | 0 | 23 | 264 | 103 | 60 |
| Binary | 101000 | 11001110 | 11001110 | 1010001 | 0 | 0 | 10011 | 10110100 | 1000011 | 110000 |
Color Harmonies of #28CECE
Complementary color
Monochromatic Colors of #28CECE
Black with #28CECE
Text Example
Text Example
White with #28CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CECE; }
p { color: rgb(40,206,206); }
H1.HeaderClassName
{
color: #28CECE;
}
.AnyTagClassName
{
color: #28CECE;
}
</style>
background-color css
<style>
a { background-color: #28CECE; }
a { background-color: rgb(40,206,206); }
div.DivClassName
{
background-color: #28CECE;
}
.BgClassName
{
background-color: #28CECE;
}
</style>
border-color css
<style>
span { border-color: #28CECE; }
span { border-color: rgb(40,206,206); }
td.TdClassName
{
border-color: #28CECE;
}
.TagClassName
{
border-color: #28CECE;
}
</style>