Shades of Medium Turquoise #3CCFBE
Tints of Medium Turquoise #3CCFBE
RGB
CMYK
RGB Variations
Color information
#3CCFBE (or 0x3CCFBE) is known color: Medium Turquoise. HEX triplet: 3C, CF and BE. RGB value is (60,207,190). Sum of RGB (Red+Green+Blue) = 60+207+190=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCFBE is #C33041. Grayscale: #A1A1A1. Windows color (decimal): -12791874 or 12504892. OLE color: 12504892.
HSL color Cylindrical-coordinate representation of color #3CCFBE: hue angle of 173.06º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCFBE is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 190 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.19 |
| HSL | 173.06º | 0.6% | 0.52% | - |
| HSV(B) | 173.06º | 0.71% | 0.81% | - |
| XYZ | 33.47 | 49.3 | 56.47 | - |
| YUV | 161.11 | 144.3 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 190 | 0.71 | 0 | 0.08 | 0.19 | 173.06 | 0.6 | 0.52 |
| Hex | 3C | CF | BE | 47 | 0 | 8 | 13 | AD | 3C | 34 |
| Octal | 74 | 317 | 276 | 107 | 0 | 10 | 23 | 255 | 74 | 64 |
| Binary | 111100 | 11001111 | 10111110 | 1000111 | 0 | 1000 | 10011 | 10101101 | 111100 | 110100 |
Color Harmonies of #3CCFBE
Complementary color
Monochromatic Colors of #3CCFBE
Black with #3CCFBE
Text Example
Text Example
White with #3CCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFBE; }
p { color: rgb(60,207,190); }
H1.HeaderClassName
{
color: #3CCFBE;
}
.AnyTagClassName
{
color: #3CCFBE;
}
</style>
background-color css
<style>
a { background-color: #3CCFBE; }
a { background-color: rgb(60,207,190); }
div.DivClassName
{
background-color: #3CCFBE;
}
.BgClassName
{
background-color: #3CCFBE;
}
</style>
border-color css
<style>
span { border-color: #3CCFBE; }
span { border-color: rgb(60,207,190); }
td.TdClassName
{
border-color: #3CCFBE;
}
.TagClassName
{
border-color: #3CCFBE;
}
</style>