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