Shades of Turquoise #2FFCCB
Tints of Turquoise #2FFCCB
RGB
CMYK
RGB Variations
Color information
#2FFCCB (or 0x2FFCCB) is known color: Turquoise. HEX triplet: 2F, FC and CB. RGB value is (47,252,203). Sum of RGB (Red+Green+Blue) = 47+252+203=502 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.36% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFCCB is #D00334. Grayscale: #B9B9B9. Windows color (decimal): -13632309 or 13368367. OLE color: 13368367.
HSL color Cylindrical-coordinate representation of color #2FFCCB: hue angle of 165.66º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCCB is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 203 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.01 |
| HSL | 165.66º | 0.97% | 0.59% | - |
| HSV(B) | 165.66º | 0.81% | 0.99% | - |
| XYZ | 46.76 | 74.54 | 68.42 | - |
| YUV | 185.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 203 | 0.81 | 0 | 0.19 | 0.01 | 165.66 | 0.97 | 0.59 |
| Hex | 2F | FC | CB | 51 | 0 | 13 | 1 | A6 | 61 | 3B |
| Octal | 57 | 374 | 313 | 121 | 0 | 23 | 1 | 246 | 141 | 73 |
| Binary | 101111 | 11111100 | 11001011 | 1010001 | 0 | 10011 | 1 | 10100110 | 1100001 | 111011 |
Color Harmonies of #2FFCCB
Complementary color
Monochromatic Colors of #2FFCCB
Black with #2FFCCB
Text Example
Text Example
White with #2FFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCCB; }
p { color: rgb(47,252,203); }
H1.HeaderClassName
{
color: #2FFCCB;
}
.AnyTagClassName
{
color: #2FFCCB;
}
</style>
background-color css
<style>
a { background-color: #2FFCCB; }
a { background-color: rgb(47,252,203); }
div.DivClassName
{
background-color: #2FFCCB;
}
.BgClassName
{
background-color: #2FFCCB;
}
</style>
border-color css
<style>
span { border-color: #2FFCCB; }
span { border-color: rgb(47,252,203); }
td.TdClassName
{
border-color: #2FFCCB;
}
.TagClassName
{
border-color: #2FFCCB;
}
</style>