Shades of Turquoise #3BFFCC
Tints of Turquoise #3BFFCC
RGB
CMYK
RGB Variations
Color information
#3BFFCC (or 0x3BFFCC) is known color: Turquoise. HEX triplet: 3B, FF and CC. RGB value is (59,255,204). Sum of RGB (Red+Green+Blue) = 59+255+204=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFCC is #C40033. Grayscale: #BEBEBE. Windows color (decimal): -12845108 or 13434683. OLE color: 13434683.
HSL color Cylindrical-coordinate representation of color #3BFFCC: hue angle of 164.39º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFFCC is Cyan = 0.77, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 204 | - |
| CMYK | 0.77 | 0 | 0.2 | 0 |
| HSL | 164.39º | 1% | 0.62% | - |
| HSV(B) | 164.39º | 0.77% | 1% | - |
| XYZ | 48.46 | 76.81 | 69.4 | - |
| YUV | 190.58 | 135.57 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 204 | 0.77 | 0 | 0.2 | 0 | 164.39 | 1 | 0.62 |
| Hex | 3B | FF | CC | 4D | 0 | 14 | 0 | A4 | 64 | 3E |
| Octal | 73 | 377 | 314 | 115 | 0 | 24 | 0 | 244 | 144 | 76 |
| Binary | 111011 | 11111111 | 11001100 | 1001101 | 0 | 10100 | 0 | 10100100 | 1100100 | 111110 |
Color Harmonies of #3BFFCC
Complementary color
Monochromatic Colors of #3BFFCC
Black with #3BFFCC
Text Example
Text Example
White with #3BFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFCC; }
p { color: rgb(59,255,204); }
H1.HeaderClassName
{
color: #3BFFCC;
}
.AnyTagClassName
{
color: #3BFFCC;
}
</style>
background-color css
<style>
a { background-color: #3BFFCC; }
a { background-color: rgb(59,255,204); }
div.DivClassName
{
background-color: #3BFFCC;
}
.BgClassName
{
background-color: #3BFFCC;
}
</style>
border-color css
<style>
span { border-color: #3BFFCC; }
span { border-color: rgb(59,255,204); }
td.TdClassName
{
border-color: #3BFFCC;
}
.TagClassName
{
border-color: #3BFFCC;
}
</style>