Shades of Turquoise #28CFC3
Tints of Turquoise #28CFC3
RGB
CMYK
RGB Variations
Color information
#28CFC3 (or 0x28CFC3) is known color: Turquoise. HEX triplet: 28, CF and C3. RGB value is (40,207,195). Sum of RGB (Red+Green+Blue) = 40+207+195=442 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.05% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #28CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #28CFC3 is #D7303C. Grayscale: #9B9B9B. Windows color (decimal): -14102589 or 12832552. OLE color: 12832552.
HSL color Cylindrical-coordinate representation of color #28CFC3: hue angle of 175.69º 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 #28CFC3 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 207 | 195 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.19 |
| HSL | 175.69º | 0.68% | 0.48% | - |
| HSV(B) | 175.69º | 0.81% | 0.81% | - |
| XYZ | 33.04 | 49.02 | 59.35 | - |
| YUV | 155.7 | 150.17 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 207 | 195 | 0.81 | 0 | 0.06 | 0.19 | 175.69 | 0.68 | 0.48 |
| Hex | 28 | CF | C3 | 51 | 0 | 6 | 13 | B0 | 44 | 30 |
| Octal | 50 | 317 | 303 | 121 | 0 | 6 | 23 | 260 | 104 | 60 |
| Binary | 101000 | 11001111 | 11000011 | 1010001 | 0 | 110 | 10011 | 10110000 | 1000100 | 110000 |
Color Harmonies of #28CFC3
Complementary color
Monochromatic Colors of #28CFC3
Black with #28CFC3
Text Example
Text Example
White with #28CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28CFC3; }
p { color: rgb(40,207,195); }
H1.HeaderClassName
{
color: #28CFC3;
}
.AnyTagClassName
{
color: #28CFC3;
}
</style>
background-color css
<style>
a { background-color: #28CFC3; }
a { background-color: rgb(40,207,195); }
div.DivClassName
{
background-color: #28CFC3;
}
.BgClassName
{
background-color: #28CFC3;
}
</style>
border-color css
<style>
span { border-color: #28CFC3; }
span { border-color: rgb(40,207,195); }
td.TdClassName
{
border-color: #28CFC3;
}
.TagClassName
{
border-color: #28CFC3;
}
</style>