Shades of Medium Turquoise #3ACBD2
Tints of Medium Turquoise #3ACBD2
RGB
CMYK
RGB Variations
Color information
#3ACBD2 (or 0x3ACBD2) is known color: Medium Turquoise. HEX triplet: 3A, CB and D2. RGB value is (58,203,210). Sum of RGB (Red+Green+Blue) = 58+203+210=471 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.31% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #3ACBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ACBD2 is #C5342D. Grayscale: #A0A0A0. Windows color (decimal): -12923950 or 13814586. OLE color: 13814586.
HSL color Cylindrical-coordinate representation of color #3ACBD2: hue angle of 182.76º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ACBD2 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 203 | 210 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.18 |
| HSL | 182.76º | 0.63% | 0.53% | - |
| HSV(B) | 182.76º | 0.72% | 0.82% | - |
| XYZ | 34.73 | 48.26 | 68.46 | - |
| YUV | 160.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 203 | 210 | 0.72 | 0.03 | 0 | 0.18 | 182.76 | 0.63 | 0.53 |
| Hex | 3A | CB | D2 | 48 | 3 | 0 | 12 | B7 | 3F | 35 |
| Octal | 72 | 313 | 322 | 110 | 3 | 0 | 22 | 267 | 77 | 65 |
| Binary | 111010 | 11001011 | 11010010 | 1001000 | 11 | 0 | 10010 | 10110111 | 111111 | 110101 |
Color Harmonies of #3ACBD2
Complementary color
Monochromatic Colors of #3ACBD2
Black with #3ACBD2
Text Example
Text Example
White with #3ACBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACBD2; }
p { color: rgb(58,203,210); }
H1.HeaderClassName
{
color: #3ACBD2;
}
.AnyTagClassName
{
color: #3ACBD2;
}
</style>
background-color css
<style>
a { background-color: #3ACBD2; }
a { background-color: rgb(58,203,210); }
div.DivClassName
{
background-color: #3ACBD2;
}
.BgClassName
{
background-color: #3ACBD2;
}
</style>
border-color css
<style>
span { border-color: #3ACBD2; }
span { border-color: rgb(58,203,210); }
td.TdClassName
{
border-color: #3ACBD2;
}
.TagClassName
{
border-color: #3ACBD2;
}
</style>