Shades of Turquoise #3BFCDF
Tints of Turquoise #3BFCDF
RGB
CMYK
RGB Variations
Color information
#3BFCDF (or 0x3BFCDF) is known color: Turquoise. HEX triplet: 3B, FC and DF. RGB value is (59,252,223). Sum of RGB (Red+Green+Blue) = 59+252+223=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #3BFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFCDF is #C40320. Grayscale: #BEBEBE. Windows color (decimal): -12845857 or 14679099. OLE color: 14679099.
HSL color Cylindrical-coordinate representation of color #3BFCDF: hue angle of 170.98º 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 #3BFCDF is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 252 | 223 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.01 |
| HSL | 170.98º | 0.97% | 0.61% | - |
| HSV(B) | 170.98º | 0.77% | 0.99% | - |
| XYZ | 49.93 | 75.88 | 81.83 | - |
| YUV | 190.99 | 146.06 | 33.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 252 | 223 | 0.77 | 0 | 0.12 | 0.01 | 170.98 | 0.97 | 0.61 |
| Hex | 3B | FC | DF | 4D | 0 | C | 1 | AB | 61 | 3D |
| Octal | 73 | 374 | 337 | 115 | 0 | 14 | 1 | 253 | 141 | 75 |
| Binary | 111011 | 11111100 | 11011111 | 1001101 | 0 | 1100 | 1 | 10101011 | 1100001 | 111101 |
Color Harmonies of #3BFCDF
Complementary color
Monochromatic Colors of #3BFCDF
Black with #3BFCDF
Text Example
Text Example
White with #3BFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFCDF; }
p { color: rgb(59,252,223); }
H1.HeaderClassName
{
color: #3BFCDF;
}
.AnyTagClassName
{
color: #3BFCDF;
}
</style>
background-color css
<style>
a { background-color: #3BFCDF; }
a { background-color: rgb(59,252,223); }
div.DivClassName
{
background-color: #3BFCDF;
}
.BgClassName
{
background-color: #3BFCDF;
}
</style>
border-color css
<style>
span { border-color: #3BFCDF; }
span { border-color: rgb(59,252,223); }
td.TdClassName
{
border-color: #3BFCDF;
}
.TagClassName
{
border-color: #3BFCDF;
}
</style>