Shades of Medium Turquoise #2FCAD8
Tints of Medium Turquoise #2FCAD8
RGB
CMYK
RGB Variations
Color information
#2FCAD8 (or 0x2FCAD8) is known color: Medium Turquoise. HEX triplet: 2F, CA and D8. RGB value is (47,202,216). Sum of RGB (Red+Green+Blue) = 47+202+216=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #2FCAD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCAD8 is #D03527. Grayscale: #9D9D9D. Windows color (decimal): -13645096 or 14207535. OLE color: 14207535.
HSL color Cylindrical-coordinate representation of color #2FCAD8: hue angle of 184.97º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FCAD8 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 202 | 216 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.15 |
| HSL | 184.97º | 0.68% | 0.52% | - |
| HSV(B) | 184.97º | 0.78% | 0.85% | - |
| XYZ | 34.69 | 47.8 | 72.36 | - |
| YUV | 157.25 | 161.15 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 202 | 216 | 0.78 | 0.06 | 0 | 0.15 | 184.97 | 0.68 | 0.52 |
| Hex | 2F | CA | D8 | 4E | 6 | 0 | F | B9 | 44 | 34 |
| Octal | 57 | 312 | 330 | 116 | 6 | 0 | 17 | 271 | 104 | 64 |
| Binary | 101111 | 11001010 | 11011000 | 1001110 | 110 | 0 | 1111 | 10111001 | 1000100 | 110100 |
Color Harmonies of #2FCAD8
Complementary color
Monochromatic Colors of #2FCAD8
Black with #2FCAD8
Text Example
Text Example
White with #2FCAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCAD8; }
p { color: rgb(47,202,216); }
H1.HeaderClassName
{
color: #2FCAD8;
}
.AnyTagClassName
{
color: #2FCAD8;
}
</style>
background-color css
<style>
a { background-color: #2FCAD8; }
a { background-color: rgb(47,202,216); }
div.DivClassName
{
background-color: #2FCAD8;
}
.BgClassName
{
background-color: #2FCAD8;
}
</style>
border-color css
<style>
span { border-color: #2FCAD8; }
span { border-color: rgb(47,202,216); }
td.TdClassName
{
border-color: #2FCAD8;
}
.TagClassName
{
border-color: #2FCAD8;
}
</style>