Shades of Turquoise #3BFDE7
Tints of Turquoise #3BFDE7
RGB
CMYK
RGB Variations
Color information
#3BFDE7 (or 0x3BFDE7) is known color: Turquoise. HEX triplet: 3B, FD and E7. RGB value is (59,253,231). Sum of RGB (Red+Green+Blue) = 59+253+231=543 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.87% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 231 (90.62% from 255 or 42.54% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BFDE7 is #C40218. Grayscale: #C0C0C0. Windows color (decimal): -12845593 or 15203643. OLE color: 15203643.
HSL color Cylindrical-coordinate representation of color #3BFDE7: hue angle of 173.2º degrees, saturation: 0.98, 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 #3BFDE7 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 231 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.01 |
| HSL | 173.2º | 0.98% | 0.61% | - |
| HSV(B) | 173.2º | 0.77% | 0.99% | - |
| XYZ | 51.35 | 76.95 | 87.75 | - |
| YUV | 192.49 | 149.73 | 32.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 231 | 0.77 | 0 | 0.09 | 0.01 | 173.2 | 0.98 | 0.61 |
| Hex | 3B | FD | E7 | 4D | 0 | 9 | 1 | AD | 62 | 3D |
| Octal | 73 | 375 | 347 | 115 | 0 | 11 | 1 | 255 | 142 | 75 |
| Binary | 111011 | 11111101 | 11100111 | 1001101 | 0 | 1001 | 1 | 10101101 | 1100010 | 111101 |
Color Harmonies of #3BFDE7
Complementary color
Monochromatic Colors of #3BFDE7
Black with #3BFDE7
Text Example
Text Example
White with #3BFDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFDE7; }
p { color: rgb(59,253,231); }
H1.HeaderClassName
{
color: #3BFDE7;
}
.AnyTagClassName
{
color: #3BFDE7;
}
</style>
background-color css
<style>
a { background-color: #3BFDE7; }
a { background-color: rgb(59,253,231); }
div.DivClassName
{
background-color: #3BFDE7;
}
.BgClassName
{
background-color: #3BFDE7;
}
</style>
border-color css
<style>
span { border-color: #3BFDE7; }
span { border-color: rgb(59,253,231); }
td.TdClassName
{
border-color: #3BFDE7;
}
.TagClassName
{
border-color: #3BFDE7;
}
</style>