Shades of Turquoise #3BDCCF
Tints of Turquoise #3BDCCF
RGB
CMYK
RGB Variations
Color information
#3BDCCF (or 0x3BDCCF) is known color: Turquoise. HEX triplet: 3B, DC and CF. RGB value is (59,220,207). Sum of RGB (Red+Green+Blue) = 59+220+207=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCCF is #C42330. Grayscale: #AAAAAA. Windows color (decimal): -12854065 or 13622331. OLE color: 13622331.
HSL color Cylindrical-coordinate representation of color #3BDCCF: hue angle of 175.16º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDCCF is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 207 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.14 |
| HSL | 175.16º | 0.7% | 0.55% | - |
| HSV(B) | 175.16º | 0.73% | 0.86% | - |
| XYZ | 38.66 | 56.62 | 67.92 | - |
| YUV | 170.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 207 | 0.73 | 0 | 0.06 | 0.14 | 175.16 | 0.7 | 0.55 |
| Hex | 3B | DC | CF | 49 | 0 | 6 | E | AF | 46 | 37 |
| Octal | 73 | 334 | 317 | 111 | 0 | 6 | 16 | 257 | 106 | 67 |
| Binary | 111011 | 11011100 | 11001111 | 1001001 | 0 | 110 | 1110 | 10101111 | 1000110 | 110111 |
Color Harmonies of #3BDCCF
Complementary color
Monochromatic Colors of #3BDCCF
Black with #3BDCCF
Text Example
Text Example
White with #3BDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDCCF; }
p { color: rgb(59,220,207); }
H1.HeaderClassName
{
color: #3BDCCF;
}
.AnyTagClassName
{
color: #3BDCCF;
}
</style>
background-color css
<style>
a { background-color: #3BDCCF; }
a { background-color: rgb(59,220,207); }
div.DivClassName
{
background-color: #3BDCCF;
}
.BgClassName
{
background-color: #3BDCCF;
}
</style>
border-color css
<style>
span { border-color: #3BDCCF; }
span { border-color: rgb(59,220,207); }
td.TdClassName
{
border-color: #3BDCCF;
}
.TagClassName
{
border-color: #3BDCCF;
}
</style>