Shades of Turquoise #3CFDEE
Tints of Turquoise #3CFDEE
RGB
CMYK
RGB Variations
Color information
#3CFDEE (or 0x3CFDEE) is known color: Turquoise. HEX triplet: 3C, FD and EE. RGB value is (60,253,238). Sum of RGB (Red+Green+Blue) = 60+253+238=551 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.89% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFDEE is #C30211. Grayscale: #C1C1C1. Windows color (decimal): -12780050 or 15662396. OLE color: 15662396.
HSL color Cylindrical-coordinate representation of color #3CFDEE: hue angle of 175.34º 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 #3CFDEE is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 238 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.01 |
| HSL | 175.34º | 0.98% | 0.61% | - |
| HSV(B) | 175.34º | 0.76% | 0.99% | - |
| XYZ | 52.42 | 77.38 | 93.06 | - |
| YUV | 193.58 | 153.06 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 238 | 0.76 | 0 | 0.06 | 0.01 | 175.34 | 0.98 | 0.61 |
| Hex | 3C | FD | EE | 4C | 0 | 6 | 1 | AF | 62 | 3D |
| Octal | 74 | 375 | 356 | 114 | 0 | 6 | 1 | 257 | 142 | 75 |
| Binary | 111100 | 11111101 | 11101110 | 1001100 | 0 | 110 | 1 | 10101111 | 1100010 | 111101 |
Color Harmonies of #3CFDEE
Complementary color
Monochromatic Colors of #3CFDEE
Black with #3CFDEE
Text Example
Text Example
White with #3CFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFDEE; }
p { color: rgb(60,253,238); }
H1.HeaderClassName
{
color: #3CFDEE;
}
.AnyTagClassName
{
color: #3CFDEE;
}
</style>
background-color css
<style>
a { background-color: #3CFDEE; }
a { background-color: rgb(60,253,238); }
div.DivClassName
{
background-color: #3CFDEE;
}
.BgClassName
{
background-color: #3CFDEE;
}
</style>
border-color css
<style>
span { border-color: #3CFDEE; }
span { border-color: rgb(60,253,238); }
td.TdClassName
{
border-color: #3CFDEE;
}
.TagClassName
{
border-color: #3CFDEE;
}
</style>