Shades of Turquoise #3CF2D3
Tints of Turquoise #3CF2D3
RGB
CMYK
RGB Variations
Color information
#3CF2D3 (or 0x3CF2D3) is known color: Turquoise. HEX triplet: 3C, F2 and D3. RGB value is (60,242,211). Sum of RGB (Red+Green+Blue) = 60+242+211=513 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.70% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF2D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF2D3 is #C30D2C. Grayscale: #B7B7B7. Windows color (decimal): -12782893 or 13890108. OLE color: 13890108.
HSL color Cylindrical-coordinate representation of color #3CF2D3: hue angle of 169.78º 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 #3CF2D3 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 211 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.05 |
| HSL | 169.78º | 0.88% | 0.59% | - |
| HSV(B) | 169.78º | 0.75% | 0.95% | - |
| XYZ | 45.37 | 69.17 | 72.59 | - |
| YUV | 184.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 211 | 0.75 | 0 | 0.13 | 0.05 | 169.78 | 0.88 | 0.59 |
| Hex | 3C | F2 | D3 | 4B | 0 | D | 5 | AA | 58 | 3B |
| Octal | 74 | 362 | 323 | 113 | 0 | 15 | 5 | 252 | 130 | 73 |
| Binary | 111100 | 11110010 | 11010011 | 1001011 | 0 | 1101 | 101 | 10101010 | 1011000 | 111011 |
Color Harmonies of #3CF2D3
Complementary color
Monochromatic Colors of #3CF2D3
Black with #3CF2D3
Text Example
Text Example
White with #3CF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2D3; }
p { color: rgb(60,242,211); }
H1.HeaderClassName
{
color: #3CF2D3;
}
.AnyTagClassName
{
color: #3CF2D3;
}
</style>
background-color css
<style>
a { background-color: #3CF2D3; }
a { background-color: rgb(60,242,211); }
div.DivClassName
{
background-color: #3CF2D3;
}
.BgClassName
{
background-color: #3CF2D3;
}
</style>
border-color css
<style>
span { border-color: #3CF2D3; }
span { border-color: rgb(60,242,211); }
td.TdClassName
{
border-color: #3CF2D3;
}
.TagClassName
{
border-color: #3CF2D3;
}
</style>