Shades of Turquoise #3CF2CC
Tints of Turquoise #3CF2CC
RGB
CMYK
RGB Variations
Color information
#3CF2CC (or 0x3CF2CC) is known color: Turquoise. HEX triplet: 3C, F2 and CC. RGB value is (60,242,204). Sum of RGB (Red+Green+Blue) = 60+242+204=506 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.86% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2CC is #C30D33. Grayscale: #B7B7B7. Windows color (decimal): -12782900 or 13431356. OLE color: 13431356.
HSL color Cylindrical-coordinate representation of color #3CF2CC: hue angle of 167.47º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF2CC is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 204 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.05 |
| HSL | 167.47º | 0.88% | 0.59% | - |
| HSV(B) | 167.47º | 0.75% | 0.95% | - |
| XYZ | 44.51 | 68.82 | 68.07 | - |
| YUV | 183.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 204 | 0.75 | 0 | 0.16 | 0.05 | 167.47 | 0.88 | 0.59 |
| Hex | 3C | F2 | CC | 4B | 0 | 10 | 5 | A7 | 58 | 3B |
| Octal | 74 | 362 | 314 | 113 | 0 | 20 | 5 | 247 | 130 | 73 |
| Binary | 111100 | 11110010 | 11001100 | 1001011 | 0 | 10000 | 101 | 10100111 | 1011000 | 111011 |
Color Harmonies of #3CF2CC
Complementary color
Monochromatic Colors of #3CF2CC
Black with #3CF2CC
Text Example
Text Example
White with #3CF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2CC; }
p { color: rgb(60,242,204); }
H1.HeaderClassName
{
color: #3CF2CC;
}
.AnyTagClassName
{
color: #3CF2CC;
}
</style>
background-color css
<style>
a { background-color: #3CF2CC; }
a { background-color: rgb(60,242,204); }
div.DivClassName
{
background-color: #3CF2CC;
}
.BgClassName
{
background-color: #3CF2CC;
}
</style>
border-color css
<style>
span { border-color: #3CF2CC; }
span { border-color: rgb(60,242,204); }
td.TdClassName
{
border-color: #3CF2CC;
}
.TagClassName
{
border-color: #3CF2CC;
}
</style>