Shades of Medium Turquoise #3CCECF
Tints of Medium Turquoise #3CCECF
RGB
CMYK
RGB Variations
Color information
#3CCECF (or 0x3CCECF) is known color: Medium Turquoise. HEX triplet: 3C, CE and CF. RGB value is (60,206,207). Sum of RGB (Red+Green+Blue) = 60+206+207=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #3CCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCECF is #C33130. Grayscale: #A2A2A2. Windows color (decimal): -12792113 or 13618748. OLE color: 13618748.
HSL color Cylindrical-coordinate representation of color #3CCECF: hue angle of 180.41º 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 #3CCECF is Cyan = 0.71, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 206 | 207 | - |
| CMYK | 0.71 | 0.00 | 0 | 0.19 |
| HSL | 180.41º | 0.6% | 0.52% | - |
| HSV(B) | 180.41º | 0.71% | 0.81% | - |
| XYZ | 35.2 | 49.61 | 66.75 | - |
| YUV | 162.46 | 153.13 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 207 | 0.71 | 0.00 | 0 | 0.19 | 180.41 | 0.6 | 0.52 |
| Hex | 3C | CE | CF | 47 | 0 | 0 | 13 | B4 | 3C | 34 |
| Octal | 74 | 316 | 317 | 107 | 0 | 0 | 23 | 264 | 74 | 64 |
| Binary | 111100 | 11001110 | 11001111 | 1000111 | 0 | 0 | 10011 | 10110100 | 111100 | 110100 |
Color Harmonies of #3CCECF
Complementary color
Monochromatic Colors of #3CCECF
Black with #3CCECF
Text Example
Text Example
White with #3CCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCECF; }
p { color: rgb(60,206,207); }
H1.HeaderClassName
{
color: #3CCECF;
}
.AnyTagClassName
{
color: #3CCECF;
}
</style>
background-color css
<style>
a { background-color: #3CCECF; }
a { background-color: rgb(60,206,207); }
div.DivClassName
{
background-color: #3CCECF;
}
.BgClassName
{
background-color: #3CCECF;
}
</style>
border-color css
<style>
span { border-color: #3CCECF; }
span { border-color: rgb(60,206,207); }
td.TdClassName
{
border-color: #3CCECF;
}
.TagClassName
{
border-color: #3CCECF;
}
</style>