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