Shades of Turquoise #2FF3CB
Tints of Turquoise #2FF3CB
RGB
CMYK
RGB Variations
Color information
#2FF3CB (or 0x2FF3CB) is known color: Turquoise. HEX triplet: 2F, F3 and CB. RGB value is (47,243,203). Sum of RGB (Red+Green+Blue) = 47+243+203=493 (65% of max value = 765). Red value is 47 (18.75% from 255 or 9.53% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF3CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FF3CB is #D00C34. Grayscale: #B3B3B3. Windows color (decimal): -13634613 or 13366063. OLE color: 13366063.
HSL color Cylindrical-coordinate representation of color #2FF3CB: hue angle of 167.76º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF3CB is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 203 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.05 |
| HSL | 167.76º | 0.89% | 0.57% | - |
| HSV(B) | 167.76º | 0.81% | 0.95% | - |
| XYZ | 44 | 69.02 | 67.5 | - |
| YUV | 179.84 | 141.07 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 203 | 0.81 | 0 | 0.16 | 0.05 | 167.76 | 0.89 | 0.57 |
| Hex | 2F | F3 | CB | 51 | 0 | 10 | 5 | A8 | 59 | 39 |
| Octal | 57 | 363 | 313 | 121 | 0 | 20 | 5 | 250 | 131 | 71 |
| Binary | 101111 | 11110011 | 11001011 | 1010001 | 0 | 10000 | 101 | 10101000 | 1011001 | 111001 |
Color Harmonies of #2FF3CB
Complementary color
Monochromatic Colors of #2FF3CB
Black with #2FF3CB
Text Example
Text Example
White with #2FF3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF3CB; }
p { color: rgb(47,243,203); }
H1.HeaderClassName
{
color: #2FF3CB;
}
.AnyTagClassName
{
color: #2FF3CB;
}
</style>
background-color css
<style>
a { background-color: #2FF3CB; }
a { background-color: rgb(47,243,203); }
div.DivClassName
{
background-color: #2FF3CB;
}
.BgClassName
{
background-color: #2FF3CB;
}
</style>
border-color css
<style>
span { border-color: #2FF3CB; }
span { border-color: rgb(47,243,203); }
td.TdClassName
{
border-color: #2FF3CB;
}
.TagClassName
{
border-color: #2FF3CB;
}
</style>