Shades of Turquoise #3CDCCF
Tints of Turquoise #3CDCCF
RGB
CMYK
RGB Variations
Color information
#3CDCCF (or 0x3CDCCF) is known color: Turquoise. HEX triplet: 3C, DC and CF. RGB value is (60,220,207). Sum of RGB (Red+Green+Blue) = 60+220+207=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDCCF is #C32330. Grayscale: #AAAAAA. Windows color (decimal): -12788529 or 13622332. OLE color: 13622332.
HSL color Cylindrical-coordinate representation of color #3CDCCF: hue angle of 175.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDCCF is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 207 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.14 |
| HSL | 175.13º | 0.7% | 0.55% | - |
| HSV(B) | 175.13º | 0.73% | 0.86% | - |
| XYZ | 38.72 | 56.65 | 67.93 | - |
| YUV | 170.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 207 | 0.73 | 0 | 0.06 | 0.14 | 175.13 | 0.7 | 0.55 |
| Hex | 3C | DC | CF | 49 | 0 | 6 | E | AF | 46 | 37 |
| Octal | 74 | 334 | 317 | 111 | 0 | 6 | 16 | 257 | 106 | 67 |
| Binary | 111100 | 11011100 | 11001111 | 1001001 | 0 | 110 | 1110 | 10101111 | 1000110 | 110111 |
Color Harmonies of #3CDCCF
Complementary color
Monochromatic Colors of #3CDCCF
Black with #3CDCCF
Text Example
Text Example
White with #3CDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDCCF; }
p { color: rgb(60,220,207); }
H1.HeaderClassName
{
color: #3CDCCF;
}
.AnyTagClassName
{
color: #3CDCCF;
}
</style>
background-color css
<style>
a { background-color: #3CDCCF; }
a { background-color: rgb(60,220,207); }
div.DivClassName
{
background-color: #3CDCCF;
}
.BgClassName
{
background-color: #3CDCCF;
}
</style>
border-color css
<style>
span { border-color: #3CDCCF; }
span { border-color: rgb(60,220,207); }
td.TdClassName
{
border-color: #3CDCCF;
}
.TagClassName
{
border-color: #3CDCCF;
}
</style>