Shades of Turquoise #28CDCD
Tints of Turquoise #28CDCD
RGB
CMYK
RGB Variations
Color information
#28CDCD (or 0x28CDCD) is known color: Turquoise. HEX triplet: 28, CD and CD. RGB value is (40,205,205). Sum of RGB (Red+Green+Blue) = 40+205+205=450 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.89% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #28CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CDCD is #D73232. Grayscale: #9B9B9B. Windows color (decimal): -14103091 or 13487400. OLE color: 13487400.
HSL color Cylindrical-coordinate representation of color #28CDCD: hue angle of 180º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CDCD is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 205 | 205 | - |
| CMYK | 0.80 | 0 | 0 | 0.20 |
| HSL | 180º | 0.67% | 0.48% | - |
| HSV(B) | 180º | 0.8% | 0.8% | - |
| XYZ | 33.73 | 48.52 | 65.35 | - |
| YUV | 155.67 | 155.84 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 205 | 205 | 0.80 | 0 | 0 | 0.20 | 180 | 0.67 | 0.48 |
| Hex | 28 | CD | CD | 50 | 0 | 0 | 14 | B4 | 43 | 30 |
| Octal | 50 | 315 | 315 | 120 | 0 | 0 | 24 | 264 | 103 | 60 |
| Binary | 101000 | 11001101 | 11001101 | 1010000 | 0 | 0 | 10100 | 10110100 | 1000011 | 110000 |
Color Harmonies of #28CDCD
Complementary color
Monochromatic Colors of #28CDCD
Black with #28CDCD
Text Example
Text Example
White with #28CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CDCD; }
p { color: rgb(40,205,205); }
H1.HeaderClassName
{
color: #28CDCD;
}
.AnyTagClassName
{
color: #28CDCD;
}
</style>
background-color css
<style>
a { background-color: #28CDCD; }
a { background-color: rgb(40,205,205); }
div.DivClassName
{
background-color: #28CDCD;
}
.BgClassName
{
background-color: #28CDCD;
}
</style>
border-color css
<style>
span { border-color: #28CDCD; }
span { border-color: rgb(40,205,205); }
td.TdClassName
{
border-color: #28CDCD;
}
.TagClassName
{
border-color: #28CDCD;
}
</style>