Shades of Turquoise #3CDFB3
Tints of Turquoise #3CDFB3
RGB
CMYK
RGB Variations
Color information
#3CDFB3 (or 0x3CDFB3) is known color: Turquoise. HEX triplet: 3C, DF and B3. RGB value is (60,223,179). Sum of RGB (Red+Green+Blue) = 60+223+179=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFB3 is #C3204C. Grayscale: #A9A9A9. Windows color (decimal): -12787789 or 11788092. OLE color: 11788092.
HSL color Cylindrical-coordinate representation of color #3CDFB3: hue angle of 163.8º 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 #3CDFB3 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 179 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.13 |
| HSL | 163.8º | 0.72% | 0.55% | - |
| HSV(B) | 163.8º | 0.73% | 0.87% | - |
| XYZ | 36.39 | 56.99 | 51.73 | - |
| YUV | 169.25 | 133.5 | 50.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 179 | 0.73 | 0 | 0.20 | 0.13 | 163.8 | 0.72 | 0.55 |
| Hex | 3C | DF | B3 | 49 | 0 | 14 | D | A4 | 48 | 37 |
| Octal | 74 | 337 | 263 | 111 | 0 | 24 | 15 | 244 | 110 | 67 |
| Binary | 111100 | 11011111 | 10110011 | 1001001 | 0 | 10100 | 1101 | 10100100 | 1001000 | 110111 |
Color Harmonies of #3CDFB3
Complementary color
Monochromatic Colors of #3CDFB3
Black with #3CDFB3
Text Example
Text Example
White with #3CDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFB3; }
p { color: rgb(60,223,179); }
H1.HeaderClassName
{
color: #3CDFB3;
}
.AnyTagClassName
{
color: #3CDFB3;
}
</style>
background-color css
<style>
a { background-color: #3CDFB3; }
a { background-color: rgb(60,223,179); }
div.DivClassName
{
background-color: #3CDFB3;
}
.BgClassName
{
background-color: #3CDFB3;
}
</style>
border-color css
<style>
span { border-color: #3CDFB3; }
span { border-color: rgb(60,223,179); }
td.TdClassName
{
border-color: #3CDFB3;
}
.TagClassName
{
border-color: #3CDFB3;
}
</style>