Shades of Turquoise #3BFCDD
Tints of Turquoise #3BFCDD
RGB
CMYK
RGB Variations
Color information
#3BFCDD (or 0x3BFCDD) is known color: Turquoise. HEX triplet: 3B, FC and DD. RGB value is (59,252,221). Sum of RGB (Red+Green+Blue) = 59+252+221=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCDD is #C40322. Grayscale: #BEBEBE. Windows color (decimal): -12845859 or 14548027. OLE color: 14548027.
HSL color Cylindrical-coordinate representation of color #3BFCDD: hue angle of 170.36º 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 #3BFCDD is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 221 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.01 |
| HSL | 170.36º | 0.97% | 0.61% | - |
| HSV(B) | 170.36º | 0.77% | 0.99% | - |
| XYZ | 49.67 | 75.77 | 80.41 | - |
| YUV | 190.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 221 | 0.77 | 0 | 0.12 | 0.01 | 170.36 | 0.97 | 0.61 |
| Hex | 3B | FC | DD | 4D | 0 | C | 1 | AA | 61 | 3D |
| Octal | 73 | 374 | 335 | 115 | 0 | 14 | 1 | 252 | 141 | 75 |
| Binary | 111011 | 11111100 | 11011101 | 1001101 | 0 | 1100 | 1 | 10101010 | 1100001 | 111101 |
Color Harmonies of #3BFCDD
Complementary color
Monochromatic Colors of #3BFCDD
Black with #3BFCDD
Text Example
Text Example
White with #3BFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCDD; }
p { color: rgb(59,252,221); }
H1.HeaderClassName
{
color: #3BFCDD;
}
.AnyTagClassName
{
color: #3BFCDD;
}
</style>
background-color css
<style>
a { background-color: #3BFCDD; }
a { background-color: rgb(59,252,221); }
div.DivClassName
{
background-color: #3BFCDD;
}
.BgClassName
{
background-color: #3BFCDD;
}
</style>
border-color css
<style>
span { border-color: #3BFCDD; }
span { border-color: rgb(59,252,221); }
td.TdClassName
{
border-color: #3BFCDD;
}
.TagClassName
{
border-color: #3BFCDD;
}
</style>