Shades of Turquoise #3BFFCA
Tints of Turquoise #3BFFCA
RGB
CMYK
RGB Variations
Color information
#3BFFCA (or 0x3BFFCA) is known color: Turquoise. HEX triplet: 3B, FF and CA. RGB value is (59,255,202). Sum of RGB (Red+Green+Blue) = 59+255+202=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFCA is #C40035. Grayscale: #BEBEBE. Windows color (decimal): -12845110 or 13303611. OLE color: 13303611.
HSL color Cylindrical-coordinate representation of color #3BFFCA: hue angle of 163.78º 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 #3BFFCA is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 202 | - |
| CMYK | 0.77 | 0 | 0.21 | 0 |
| HSL | 163.78º | 1% | 0.62% | - |
| HSV(B) | 163.78º | 0.77% | 1% | - |
| XYZ | 48.22 | 76.71 | 68.14 | - |
| YUV | 190.35 | 134.57 | 34.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 202 | 0.77 | 0 | 0.21 | 0 | 163.78 | 1 | 0.62 |
| Hex | 3B | FF | CA | 4D | 0 | 15 | 0 | A4 | 64 | 3E |
| Octal | 73 | 377 | 312 | 115 | 0 | 25 | 0 | 244 | 144 | 76 |
| Binary | 111011 | 11111111 | 11001010 | 1001101 | 0 | 10101 | 0 | 10100100 | 1100100 | 111110 |
Color Harmonies of #3BFFCA
Complementary color
Monochromatic Colors of #3BFFCA
Black with #3BFFCA
Text Example
Text Example
White with #3BFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFFCA; }
p { color: rgb(59,255,202); }
H1.HeaderClassName
{
color: #3BFFCA;
}
.AnyTagClassName
{
color: #3BFFCA;
}
</style>
background-color css
<style>
a { background-color: #3BFFCA; }
a { background-color: rgb(59,255,202); }
div.DivClassName
{
background-color: #3BFFCA;
}
.BgClassName
{
background-color: #3BFFCA;
}
</style>
border-color css
<style>
span { border-color: #3BFFCA; }
span { border-color: rgb(59,255,202); }
td.TdClassName
{
border-color: #3BFFCA;
}
.TagClassName
{
border-color: #3BFFCA;
}
</style>