Shades of Turquoise #2FFFCB
Tints of Turquoise #2FFFCB
RGB
CMYK
RGB Variations
Color information
#2FFFCB (or 0x2FFFCB) is known color: Turquoise. HEX triplet: 2F, FF and CB. RGB value is (47,255,203). Sum of RGB (Red+Green+Blue) = 47+255+203=505 (66% of max value = 765). Red value is 47 (18.75% from 255 or 9.31% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2FFFCB is #D00034. Grayscale: #BABABA. Windows color (decimal): -13631541 or 13369135. OLE color: 13369135.
HSL color Cylindrical-coordinate representation of color #2FFFCB: hue angle of 165º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFCB is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 203 | - |
| CMYK | 0.82 | 0 | 0.20 | 0 |
| HSL | 165º | 1% | 0.59% | - |
| HSV(B) | 165º | 0.82% | 1% | - |
| XYZ | 47.71 | 76.44 | 68.74 | - |
| YUV | 186.88 | 137.09 | 28.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 203 | 0.82 | 0 | 0.20 | 0 | 165 | 1 | 0.59 |
| Hex | 2F | FF | CB | 52 | 0 | 14 | 0 | A5 | 64 | 3B |
| Octal | 57 | 377 | 313 | 122 | 0 | 24 | 0 | 245 | 144 | 73 |
| Binary | 101111 | 11111111 | 11001011 | 1010010 | 0 | 10100 | 0 | 10100101 | 1100100 | 111011 |
Color Harmonies of #2FFFCB
Complementary color
Monochromatic Colors of #2FFFCB
Black with #2FFFCB
Text Example
Text Example
White with #2FFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFCB; }
p { color: rgb(47,255,203); }
H1.HeaderClassName
{
color: #2FFFCB;
}
.AnyTagClassName
{
color: #2FFFCB;
}
</style>
background-color css
<style>
a { background-color: #2FFFCB; }
a { background-color: rgb(47,255,203); }
div.DivClassName
{
background-color: #2FFFCB;
}
.BgClassName
{
background-color: #2FFFCB;
}
</style>
border-color css
<style>
span { border-color: #2FFFCB; }
span { border-color: rgb(47,255,203); }
td.TdClassName
{
border-color: #2FFFCB;
}
.TagClassName
{
border-color: #2FFFCB;
}
</style>