Shades of Medium Turquoise #3BCFDE
Tints of Medium Turquoise #3BCFDE
RGB
CMYK
RGB Variations
Color information
#3BCFDE (or 0x3BCFDE) is known color: Medium Turquoise. HEX triplet: 3B, CF and DE. RGB value is (59,207,222). Sum of RGB (Red+Green+Blue) = 59+207+222=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #3BCFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFDE is #C43021. Grayscale: #A4A4A4. Windows color (decimal): -12857378 or 14602043. OLE color: 14602043.
HSL color Cylindrical-coordinate representation of color #3BCFDE: hue angle of 185.52º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCFDE is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 207 | 222 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.13 |
| HSL | 185.52º | 0.71% | 0.55% | - |
| HSV(B) | 185.52º | 0.73% | 0.87% | - |
| XYZ | 37.3 | 50.83 | 76.95 | - |
| YUV | 164.46 | 160.47 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 222 | 0.73 | 0.07 | 0 | 0.13 | 185.52 | 0.71 | 0.55 |
| Hex | 3B | CF | DE | 49 | 7 | 0 | D | BA | 47 | 37 |
| Octal | 73 | 317 | 336 | 111 | 7 | 0 | 15 | 272 | 107 | 67 |
| Binary | 111011 | 11001111 | 11011110 | 1001001 | 111 | 0 | 1101 | 10111010 | 1000111 | 110111 |
Color Harmonies of #3BCFDE
Complementary color
Monochromatic Colors of #3BCFDE
Black with #3BCFDE
Text Example
Text Example
White with #3BCFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCFDE; }
p { color: rgb(59,207,222); }
H1.HeaderClassName
{
color: #3BCFDE;
}
.AnyTagClassName
{
color: #3BCFDE;
}
</style>
background-color css
<style>
a { background-color: #3BCFDE; }
a { background-color: rgb(59,207,222); }
div.DivClassName
{
background-color: #3BCFDE;
}
.BgClassName
{
background-color: #3BCFDE;
}
</style>
border-color css
<style>
span { border-color: #3BCFDE; }
span { border-color: rgb(59,207,222); }
td.TdClassName
{
border-color: #3BCFDE;
}
.TagClassName
{
border-color: #3BCFDE;
}
</style>