Shades of Turquoise #2FF6CC
Tints of Turquoise #2FF6CC
RGB
CMYK
RGB Variations
Color information
#2FF6CC (or 0x2FF6CC) is known color: Turquoise. HEX triplet: 2F, F6 and CC. RGB value is (47,246,204). Sum of RGB (Red+Green+Blue) = 47+246+204=497 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.46% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF6CC is #D00933. Grayscale: #B5B5B5. Windows color (decimal): -13633844 or 13432367. OLE color: 13432367.
HSL color Cylindrical-coordinate representation of color #2FF6CC: hue angle of 167.34º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF6CC is Cyan = 0.81, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 204 | - |
| CMYK | 0.81 | 0 | 0.17 | 0.04 |
| HSL | 167.34º | 0.92% | 0.57% | - |
| HSV(B) | 167.34º | 0.81% | 0.96% | - |
| XYZ | 45.03 | 70.88 | 68.43 | - |
| YUV | 181.71 | 140.57 | 31.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 204 | 0.81 | 0 | 0.17 | 0.04 | 167.34 | 0.92 | 0.57 |
| Hex | 2F | F6 | CC | 51 | 0 | 11 | 4 | A7 | 5C | 39 |
| Octal | 57 | 366 | 314 | 121 | 0 | 21 | 4 | 247 | 134 | 71 |
| Binary | 101111 | 11110110 | 11001100 | 1010001 | 0 | 10001 | 100 | 10100111 | 1011100 | 111001 |
Color Harmonies of #2FF6CC
Complementary color
Monochromatic Colors of #2FF6CC
Black with #2FF6CC
Text Example
Text Example
White with #2FF6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF6CC; }
p { color: rgb(47,246,204); }
H1.HeaderClassName
{
color: #2FF6CC;
}
.AnyTagClassName
{
color: #2FF6CC;
}
</style>
background-color css
<style>
a { background-color: #2FF6CC; }
a { background-color: rgb(47,246,204); }
div.DivClassName
{
background-color: #2FF6CC;
}
.BgClassName
{
background-color: #2FF6CC;
}
</style>
border-color css
<style>
span { border-color: #2FF6CC; }
span { border-color: rgb(47,246,204); }
td.TdClassName
{
border-color: #2FF6CC;
}
.TagClassName
{
border-color: #2FF6CC;
}
</style>