Shades of Turquoise #3CFDDE
Tints of Turquoise #3CFDDE
RGB
CMYK
RGB Variations
Color information
#3CFDDE (or 0x3CFDDE) is known color: Turquoise. HEX triplet: 3C, FD and DE. RGB value is (60,253,222). Sum of RGB (Red+Green+Blue) = 60+253+222=535 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.21% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFDDE is #C30221. Grayscale: #BFBFBF. Windows color (decimal): -12780066 or 14613820. OLE color: 14613820.
HSL color Cylindrical-coordinate representation of color #3CFDDE: hue angle of 170.36º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFDDE is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 222 | - |
| CMYK | 0.76 | 0 | 0.12 | 0.01 |
| HSL | 170.36º | 0.98% | 0.61% | - |
| HSV(B) | 170.36º | 0.76% | 0.99% | - |
| XYZ | 50.17 | 76.49 | 81.23 | - |
| YUV | 191.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 222 | 0.76 | 0 | 0.12 | 0.01 | 170.36 | 0.98 | 0.61 |
| Hex | 3C | FD | DE | 4C | 0 | C | 1 | AA | 62 | 3D |
| Octal | 74 | 375 | 336 | 114 | 0 | 14 | 1 | 252 | 142 | 75 |
| Binary | 111100 | 11111101 | 11011110 | 1001100 | 0 | 1100 | 1 | 10101010 | 1100010 | 111101 |
Color Harmonies of #3CFDDE
Complementary color
Monochromatic Colors of #3CFDDE
Black with #3CFDDE
Text Example
Text Example
White with #3CFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDDE; }
p { color: rgb(60,253,222); }
H1.HeaderClassName
{
color: #3CFDDE;
}
.AnyTagClassName
{
color: #3CFDDE;
}
</style>
background-color css
<style>
a { background-color: #3CFDDE; }
a { background-color: rgb(60,253,222); }
div.DivClassName
{
background-color: #3CFDDE;
}
.BgClassName
{
background-color: #3CFDDE;
}
</style>
border-color css
<style>
span { border-color: #3CFDDE; }
span { border-color: rgb(60,253,222); }
td.TdClassName
{
border-color: #3CFDDE;
}
.TagClassName
{
border-color: #3CFDDE;
}
</style>