Shades of Turquoise #3BDFDC
Tints of Turquoise #3BDFDC
RGB
CMYK
RGB Variations
Color information
#3BDFDC (or 0x3BDFDC) is known color: Turquoise. HEX triplet: 3B, DF and DC. RGB value is (59,223,220). Sum of RGB (Red+Green+Blue) = 59+223+220=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDFDC is #C42023. Grayscale: #ADADAD. Windows color (decimal): -12853284 or 14475067. OLE color: 14475067.
HSL color Cylindrical-coordinate representation of color #3BDFDC: hue angle of 178.9º 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 #3BDFDC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 220 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.13 |
| HSL | 178.9º | 0.72% | 0.55% | - |
| HSV(B) | 178.9º | 0.74% | 0.87% | - |
| XYZ | 41.11 | 58.87 | 76.91 | - |
| YUV | 173.62 | 154.17 | 46.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 220 | 0.74 | 0 | 0.01 | 0.13 | 178.9 | 0.72 | 0.55 |
| Hex | 3B | DF | DC | 4A | 0 | 1 | D | B3 | 48 | 37 |
| Octal | 73 | 337 | 334 | 112 | 0 | 1 | 15 | 263 | 110 | 67 |
| Binary | 111011 | 11011111 | 11011100 | 1001010 | 0 | 1 | 1101 | 10110011 | 1001000 | 110111 |
Color Harmonies of #3BDFDC
Complementary color
Monochromatic Colors of #3BDFDC
Black with #3BDFDC
Text Example
Text Example
White with #3BDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDFDC; }
p { color: rgb(59,223,220); }
H1.HeaderClassName
{
color: #3BDFDC;
}
.AnyTagClassName
{
color: #3BDFDC;
}
</style>
background-color css
<style>
a { background-color: #3BDFDC; }
a { background-color: rgb(59,223,220); }
div.DivClassName
{
background-color: #3BDFDC;
}
.BgClassName
{
background-color: #3BDFDC;
}
</style>
border-color css
<style>
span { border-color: #3BDFDC; }
span { border-color: rgb(59,223,220); }
td.TdClassName
{
border-color: #3BDFDC;
}
.TagClassName
{
border-color: #3BDFDC;
}
</style>