Shades of Turquoise #3BFCCC
Tints of Turquoise #3BFCCC
RGB
CMYK
RGB Variations
Color information
#3BFCCC (or 0x3BFCCC) is known color: Turquoise. HEX triplet: 3B, FC and CC. RGB value is (59,252,204). Sum of RGB (Red+Green+Blue) = 59+252+204=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCCC is #C40333. Grayscale: #BCBCBC. Windows color (decimal): -12845876 or 13433915. OLE color: 13433915.
HSL color Cylindrical-coordinate representation of color #3BFCCC: hue angle of 165.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFCCC is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 204 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.01 |
| HSL | 165.08º | 0.97% | 0.61% | - |
| HSV(B) | 165.08º | 0.77% | 0.99% | - |
| XYZ | 47.51 | 74.91 | 69.08 | - |
| YUV | 188.82 | 136.56 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 204 | 0.77 | 0 | 0.19 | 0.01 | 165.08 | 0.97 | 0.61 |
| Hex | 3B | FC | CC | 4D | 0 | 13 | 1 | A5 | 61 | 3D |
| Octal | 73 | 374 | 314 | 115 | 0 | 23 | 1 | 245 | 141 | 75 |
| Binary | 111011 | 11111100 | 11001100 | 1001101 | 0 | 10011 | 1 | 10100101 | 1100001 | 111101 |
Color Harmonies of #3BFCCC
Complementary color
Monochromatic Colors of #3BFCCC
Black with #3BFCCC
Text Example
Text Example
White with #3BFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCCC; }
p { color: rgb(59,252,204); }
H1.HeaderClassName
{
color: #3BFCCC;
}
.AnyTagClassName
{
color: #3BFCCC;
}
</style>
background-color css
<style>
a { background-color: #3BFCCC; }
a { background-color: rgb(59,252,204); }
div.DivClassName
{
background-color: #3BFCCC;
}
.BgClassName
{
background-color: #3BFCCC;
}
</style>
border-color css
<style>
span { border-color: #3BFCCC; }
span { border-color: rgb(59,252,204); }
td.TdClassName
{
border-color: #3BFCCC;
}
.TagClassName
{
border-color: #3BFCCC;
}
</style>