Shades of Medium Turquoise #3CCBDA
Tints of Medium Turquoise #3CCBDA
RGB
CMYK
RGB Variations
Color information
#3CCBDA (or 0x3CCBDA) is known color: Medium Turquoise. HEX triplet: 3C, CB and DA. RGB value is (60,203,218). Sum of RGB (Red+Green+Blue) = 60+203+218=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #3CCBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCBDA is #C33425. Grayscale: #A1A1A1. Windows color (decimal): -12792870 or 14338876. OLE color: 14338876.
HSL color Cylindrical-coordinate representation of color #3CCBDA: hue angle of 185.7º 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 #3CCBDA is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 203 | 218 | - |
| CMYK | 0.72 | 0.07 | 0 | 0.15 |
| HSL | 185.7º | 0.68% | 0.55% | - |
| HSV(B) | 185.7º | 0.72% | 0.85% | - |
| XYZ | 35.87 | 48.73 | 73.85 | - |
| YUV | 161.95 | 159.62 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 218 | 0.72 | 0.07 | 0 | 0.15 | 185.7 | 0.68 | 0.55 |
| Hex | 3C | CB | DA | 48 | 7 | 0 | F | BA | 44 | 37 |
| Octal | 74 | 313 | 332 | 110 | 7 | 0 | 17 | 272 | 104 | 67 |
| Binary | 111100 | 11001011 | 11011010 | 1001000 | 111 | 0 | 1111 | 10111010 | 1000100 | 110111 |
Color Harmonies of #3CCBDA
Complementary color
Monochromatic Colors of #3CCBDA
Black with #3CCBDA
Text Example
Text Example
White with #3CCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCBDA; }
p { color: rgb(60,203,218); }
H1.HeaderClassName
{
color: #3CCBDA;
}
.AnyTagClassName
{
color: #3CCBDA;
}
</style>
background-color css
<style>
a { background-color: #3CCBDA; }
a { background-color: rgb(60,203,218); }
div.DivClassName
{
background-color: #3CCBDA;
}
.BgClassName
{
background-color: #3CCBDA;
}
</style>
border-color css
<style>
span { border-color: #3CCBDA; }
span { border-color: rgb(60,203,218); }
td.TdClassName
{
border-color: #3CCBDA;
}
.TagClassName
{
border-color: #3CCBDA;
}
</style>