Shades of Turquoise #3CDFD2
Tints of Turquoise #3CDFD2
RGB
CMYK
RGB Variations
Color information
#3CDFD2 (or 0x3CDFD2) is known color: Turquoise. HEX triplet: 3C, DF and D2. RGB value is (60,223,210). Sum of RGB (Red+Green+Blue) = 60+223+210=493 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.17% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFD2 is #C3202D. Grayscale: #ACACAC. Windows color (decimal): -12787758 or 13819708. OLE color: 13819708.
HSL color Cylindrical-coordinate representation of color #3CDFD2: hue angle of 175.21º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDFD2 is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 210 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.13 |
| HSL | 175.21º | 0.72% | 0.55% | - |
| HSV(B) | 175.21º | 0.73% | 0.87% | - |
| XYZ | 39.88 | 58.39 | 70.14 | - |
| YUV | 172.78 | 149 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 210 | 0.73 | 0 | 0.06 | 0.13 | 175.21 | 0.72 | 0.55 |
| Hex | 3C | DF | D2 | 49 | 0 | 6 | D | AF | 48 | 37 |
| Octal | 74 | 337 | 322 | 111 | 0 | 6 | 15 | 257 | 110 | 67 |
| Binary | 111100 | 11011111 | 11010010 | 1001001 | 0 | 110 | 1101 | 10101111 | 1001000 | 110111 |
Color Harmonies of #3CDFD2
Complementary color
Monochromatic Colors of #3CDFD2
Black with #3CDFD2
Text Example
Text Example
White with #3CDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFD2; }
p { color: rgb(60,223,210); }
H1.HeaderClassName
{
color: #3CDFD2;
}
.AnyTagClassName
{
color: #3CDFD2;
}
</style>
background-color css
<style>
a { background-color: #3CDFD2; }
a { background-color: rgb(60,223,210); }
div.DivClassName
{
background-color: #3CDFD2;
}
.BgClassName
{
background-color: #3CDFD2;
}
</style>
border-color css
<style>
span { border-color: #3CDFD2; }
span { border-color: rgb(60,223,210); }
td.TdClassName
{
border-color: #3CDFD2;
}
.TagClassName
{
border-color: #3CDFD2;
}
</style>