Shades of Turquoise #3BDFCF
Tints of Turquoise #3BDFCF
RGB
CMYK
RGB Variations
Color information
#3BDFCF (or 0x3BDFCF) is known color: Turquoise. HEX triplet: 3B, DF and CF. RGB value is (59,223,207). Sum of RGB (Red+Green+Blue) = 59+223+207=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFCF is #C42030. Grayscale: #ACACAC. Windows color (decimal): -12853297 or 13623099. OLE color: 13623099.
HSL color Cylindrical-coordinate representation of color #3BDFCF: hue angle of 174.15º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDFCF is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 207 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.13 |
| HSL | 174.15º | 0.72% | 0.55% | - |
| HSV(B) | 174.15º | 0.74% | 0.87% | - |
| XYZ | 39.45 | 58.21 | 68.19 | - |
| YUV | 172.14 | 147.67 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 207 | 0.74 | 0 | 0.07 | 0.13 | 174.15 | 0.72 | 0.55 |
| Hex | 3B | DF | CF | 4A | 0 | 7 | D | AE | 48 | 37 |
| Octal | 73 | 337 | 317 | 112 | 0 | 7 | 15 | 256 | 110 | 67 |
| Binary | 111011 | 11011111 | 11001111 | 1001010 | 0 | 111 | 1101 | 10101110 | 1001000 | 110111 |
Color Harmonies of #3BDFCF
Complementary color
Monochromatic Colors of #3BDFCF
Black with #3BDFCF
Text Example
Text Example
White with #3BDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFCF; }
p { color: rgb(59,223,207); }
H1.HeaderClassName
{
color: #3BDFCF;
}
.AnyTagClassName
{
color: #3BDFCF;
}
</style>
background-color css
<style>
a { background-color: #3BDFCF; }
a { background-color: rgb(59,223,207); }
div.DivClassName
{
background-color: #3BDFCF;
}
.BgClassName
{
background-color: #3BDFCF;
}
</style>
border-color css
<style>
span { border-color: #3BDFCF; }
span { border-color: rgb(59,223,207); }
td.TdClassName
{
border-color: #3BDFCF;
}
.TagClassName
{
border-color: #3BDFCF;
}
</style>