Shades of Turquoise #28CCD1
Tints of Turquoise #28CCD1
RGB
CMYK
RGB Variations
Color information
#28CCD1 (or 0x28CCD1) is known color: Turquoise. HEX triplet: 28, CC and D1. RGB value is (40,204,209). Sum of RGB (Red+Green+Blue) = 40+204+209=453 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.83% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #28CCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CCD1 is #D7332E. Grayscale: #9B9B9B. Windows color (decimal): -14103343 or 13749288. OLE color: 13749288.
HSL color Cylindrical-coordinate representation of color #28CCD1: hue angle of 181.78º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28CCD1 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 204 | 209 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.18 |
| HSL | 181.78º | 0.68% | 0.49% | - |
| HSV(B) | 181.78º | 0.81% | 0.82% | - |
| XYZ | 33.98 | 48.24 | 67.84 | - |
| YUV | 155.53 | 158.17 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 204 | 209 | 0.81 | 0.02 | 0 | 0.18 | 181.78 | 0.68 | 0.49 |
| Hex | 28 | CC | D1 | 51 | 2 | 0 | 12 | B6 | 44 | 31 |
| Octal | 50 | 314 | 321 | 121 | 2 | 0 | 22 | 266 | 104 | 61 |
| Binary | 101000 | 11001100 | 11010001 | 1010001 | 10 | 0 | 10010 | 10110110 | 1000100 | 110001 |
Color Harmonies of #28CCD1
Complementary color
Monochromatic Colors of #28CCD1
Black with #28CCD1
Text Example
Text Example
White with #28CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CCD1; }
p { color: rgb(40,204,209); }
H1.HeaderClassName
{
color: #28CCD1;
}
.AnyTagClassName
{
color: #28CCD1;
}
</style>
background-color css
<style>
a { background-color: #28CCD1; }
a { background-color: rgb(40,204,209); }
div.DivClassName
{
background-color: #28CCD1;
}
.BgClassName
{
background-color: #28CCD1;
}
</style>
border-color css
<style>
span { border-color: #28CCD1; }
span { border-color: rgb(40,204,209); }
td.TdClassName
{
border-color: #28CCD1;
}
.TagClassName
{
border-color: #28CCD1;
}
</style>