Shades of Medium Turquoise #3DCBDA
Tints of Medium Turquoise #3DCBDA
RGB
CMYK
RGB Variations
Color information
#3DCBDA (or 0x3DCBDA) is known color: Medium Turquoise. HEX triplet: 3D, CB and DA. RGB value is (61,203,218). Sum of RGB (Red+Green+Blue) = 61+203+218=482 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.66% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #3DCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBDA is #C23425. Grayscale: #A2A2A2. Windows color (decimal): -12727334 or 14338877. OLE color: 14338877.
HSL color Cylindrical-coordinate representation of color #3DCBDA: hue angle of 185.73º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCBDA is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 203 | 218 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.15 |
| HSL | 185.73º | 0.68% | 0.55% | - |
| HSV(B) | 185.73º | 0.72% | 0.85% | - |
| XYZ | 35.94 | 48.77 | 73.85 | - |
| YUV | 162.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 203 | 218 | 0.72 | 0.07 | 0 | 0.15 | 185.73 | 0.68 | 0.55 |
| Hex | 3D | CB | DA | 48 | 7 | 0 | F | BA | 44 | 37 |
| Octal | 75 | 313 | 332 | 110 | 7 | 0 | 17 | 272 | 104 | 67 |
| Binary | 111101 | 11001011 | 11011010 | 1001000 | 111 | 0 | 1111 | 10111010 | 1000100 | 110111 |
Color Harmonies of #3DCBDA
Complementary color
Monochromatic Colors of #3DCBDA
Black with #3DCBDA
Text Example
Text Example
White with #3DCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCBDA; }
p { color: rgb(61,203,218); }
H1.HeaderClassName
{
color: #3DCBDA;
}
.AnyTagClassName
{
color: #3DCBDA;
}
</style>
background-color css
<style>
a { background-color: #3DCBDA; }
a { background-color: rgb(61,203,218); }
div.DivClassName
{
background-color: #3DCBDA;
}
.BgClassName
{
background-color: #3DCBDA;
}
</style>
border-color css
<style>
span { border-color: #3DCBDA; }
span { border-color: rgb(61,203,218); }
td.TdClassName
{
border-color: #3DCBDA;
}
.TagClassName
{
border-color: #3DCBDA;
}
</style>