Shades of Turquoise #3CF2D2
Tints of Turquoise #3CF2D2
RGB
CMYK
RGB Variations
Color information
#3CF2D2 (or 0x3CF2D2) is known color: Turquoise. HEX triplet: 3C, F2 and D2. RGB value is (60,242,210). Sum of RGB (Red+Green+Blue) = 60+242+210=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2D2 is #C30D2D. Grayscale: #B7B7B7. Windows color (decimal): -12782894 or 13824572. OLE color: 13824572.
HSL color Cylindrical-coordinate representation of color #3CF2D2: hue angle of 169.45º 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 #3CF2D2 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 210 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.05 |
| HSL | 169.45º | 0.88% | 0.59% | - |
| HSV(B) | 169.45º | 0.75% | 0.95% | - |
| XYZ | 45.25 | 69.12 | 71.93 | - |
| YUV | 183.93 | 142.7 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 210 | 0.75 | 0 | 0.13 | 0.05 | 169.45 | 0.88 | 0.59 |
| Hex | 3C | F2 | D2 | 4B | 0 | D | 5 | A9 | 58 | 3B |
| Octal | 74 | 362 | 322 | 113 | 0 | 15 | 5 | 251 | 130 | 73 |
| Binary | 111100 | 11110010 | 11010010 | 1001011 | 0 | 1101 | 101 | 10101001 | 1011000 | 111011 |
Color Harmonies of #3CF2D2
Complementary color
Monochromatic Colors of #3CF2D2
Black with #3CF2D2
Text Example
Text Example
White with #3CF2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2D2; }
p { color: rgb(60,242,210); }
H1.HeaderClassName
{
color: #3CF2D2;
}
.AnyTagClassName
{
color: #3CF2D2;
}
</style>
background-color css
<style>
a { background-color: #3CF2D2; }
a { background-color: rgb(60,242,210); }
div.DivClassName
{
background-color: #3CF2D2;
}
.BgClassName
{
background-color: #3CF2D2;
}
</style>
border-color css
<style>
span { border-color: #3CF2D2; }
span { border-color: rgb(60,242,210); }
td.TdClassName
{
border-color: #3CF2D2;
}
.TagClassName
{
border-color: #3CF2D2;
}
</style>