Shades of Medium Turquoise #3DCFDB
Tints of Medium Turquoise #3DCFDB
RGB
CMYK
RGB Variations
Color information
#3DCFDB (or 0x3DCFDB) is known color: Medium Turquoise. HEX triplet: 3D, CF and DB. RGB value is (61,207,219). Sum of RGB (Red+Green+Blue) = 61+207+219=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #3DCFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCFDB is #C23024. Grayscale: #A4A4A4. Windows color (decimal): -12726309 or 14405437. OLE color: 14405437.
HSL color Cylindrical-coordinate representation of color #3DCFDB: hue angle of 184.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCFDB is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 207 | 219 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.14 |
| HSL | 184.56º | 0.69% | 0.55% | - |
| HSV(B) | 184.56º | 0.72% | 0.86% | - |
| XYZ | 37.02 | 50.73 | 74.86 | - |
| YUV | 164.71 | 158.63 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 207 | 219 | 0.72 | 0.05 | 0 | 0.14 | 184.56 | 0.69 | 0.55 |
| Hex | 3D | CF | DB | 48 | 5 | 0 | E | B9 | 45 | 37 |
| Octal | 75 | 317 | 333 | 110 | 5 | 0 | 16 | 271 | 105 | 67 |
| Binary | 111101 | 11001111 | 11011011 | 1001000 | 101 | 0 | 1110 | 10111001 | 1000101 | 110111 |
Color Harmonies of #3DCFDB
Complementary color
Monochromatic Colors of #3DCFDB
Black with #3DCFDB
Text Example
Text Example
White with #3DCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCFDB; }
p { color: rgb(61,207,219); }
H1.HeaderClassName
{
color: #3DCFDB;
}
.AnyTagClassName
{
color: #3DCFDB;
}
</style>
background-color css
<style>
a { background-color: #3DCFDB; }
a { background-color: rgb(61,207,219); }
div.DivClassName
{
background-color: #3DCFDB;
}
.BgClassName
{
background-color: #3DCFDB;
}
</style>
border-color css
<style>
span { border-color: #3DCFDB; }
span { border-color: rgb(61,207,219); }
td.TdClassName
{
border-color: #3DCFDB;
}
.TagClassName
{
border-color: #3DCFDB;
}
</style>