Shades of Medium Turquoise #3BCDDF
Tints of Medium Turquoise #3BCDDF
RGB
CMYK
RGB Variations
Color information
#3BCDDF (or 0x3BCDDF) is known color: Medium Turquoise. HEX triplet: 3B, CD and DF. RGB value is (59,205,223). Sum of RGB (Red+Green+Blue) = 59+205+223=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BCDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCDDF is #C43220. Grayscale: #A3A3A3. Windows color (decimal): -12857889 or 14667067. OLE color: 14667067.
HSL color Cylindrical-coordinate representation of color #3BCDDF: hue angle of 186.59º 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 #3BCDDF is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 205 | 223 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.13 |
| HSL | 186.59º | 0.72% | 0.55% | - |
| HSV(B) | 186.59º | 0.74% | 0.87% | - |
| XYZ | 36.95 | 49.92 | 77.5 | - |
| YUV | 163.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 205 | 223 | 0.74 | 0.08 | 0 | 0.13 | 186.59 | 0.72 | 0.55 |
| Hex | 3B | CD | DF | 4A | 8 | 0 | D | BB | 48 | 37 |
| Octal | 73 | 315 | 337 | 112 | 10 | 0 | 15 | 273 | 110 | 67 |
| Binary | 111011 | 11001101 | 11011111 | 1001010 | 1000 | 0 | 1101 | 10111011 | 1001000 | 110111 |
Color Harmonies of #3BCDDF
Complementary color
Monochromatic Colors of #3BCDDF
Black with #3BCDDF
Text Example
Text Example
White with #3BCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCDDF; }
p { color: rgb(59,205,223); }
H1.HeaderClassName
{
color: #3BCDDF;
}
.AnyTagClassName
{
color: #3BCDDF;
}
</style>
background-color css
<style>
a { background-color: #3BCDDF; }
a { background-color: rgb(59,205,223); }
div.DivClassName
{
background-color: #3BCDDF;
}
.BgClassName
{
background-color: #3BCDDF;
}
</style>
border-color css
<style>
span { border-color: #3BCDDF; }
span { border-color: rgb(59,205,223); }
td.TdClassName
{
border-color: #3BCDDF;
}
.TagClassName
{
border-color: #3BCDDF;
}
</style>