Shades of Turquoise #3CDFDE
Tints of Turquoise #3CDFDE
RGB
CMYK
RGB Variations
Color information
#3CDFDE (or 0x3CDFDE) is known color: Turquoise. HEX triplet: 3C, DF and DE. RGB value is (60,223,222). Sum of RGB (Red+Green+Blue) = 60+223+222=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CDFDE is #C32021. Grayscale: #ADADAD. Windows color (decimal): -12787746 or 14606140. OLE color: 14606140.
HSL color Cylindrical-coordinate representation of color #3CDFDE: hue angle of 179.63º 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 #3CDFDE is Cyan = 0.73, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 222 | - |
| CMYK | 0.73 | 0 | 0.00 | 0.13 |
| HSL | 179.63º | 0.72% | 0.55% | - |
| HSV(B) | 179.63º | 0.73% | 0.87% | - |
| XYZ | 41.44 | 59.01 | 78.31 | - |
| YUV | 174.15 | 155 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 222 | 0.73 | 0 | 0.00 | 0.13 | 179.63 | 0.72 | 0.55 |
| Hex | 3C | DF | DE | 49 | 0 | 0 | D | B4 | 48 | 37 |
| Octal | 74 | 337 | 336 | 111 | 0 | 0 | 15 | 264 | 110 | 67 |
| Binary | 111100 | 11011111 | 11011110 | 1001001 | 0 | 0 | 1101 | 10110100 | 1001000 | 110111 |
Color Harmonies of #3CDFDE
Complementary color
Monochromatic Colors of #3CDFDE
Black with #3CDFDE
Text Example
Text Example
White with #3CDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFDE; }
p { color: rgb(60,223,222); }
H1.HeaderClassName
{
color: #3CDFDE;
}
.AnyTagClassName
{
color: #3CDFDE;
}
</style>
background-color css
<style>
a { background-color: #3CDFDE; }
a { background-color: rgb(60,223,222); }
div.DivClassName
{
background-color: #3CDFDE;
}
.BgClassName
{
background-color: #3CDFDE;
}
</style>
border-color css
<style>
span { border-color: #3CDFDE; }
span { border-color: rgb(60,223,222); }
td.TdClassName
{
border-color: #3CDFDE;
}
.TagClassName
{
border-color: #3CDFDE;
}
</style>