Shades of Turquoise #3CFFF4
Tints of Turquoise #3CFFF4
RGB
CMYK
RGB Variations
Color information
#3CFFF4 (or 0x3CFFF4) is known color: Turquoise. HEX triplet: 3C, FF and F4. RGB value is (60,255,244). Sum of RGB (Red+Green+Blue) = 60+255+244=559 (74% of max value = 765). Red value is 60 (23.83% from 255 or 10.73% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFFF4 is #C3000B. Grayscale: #C3C3C3. Windows color (decimal): -12779532 or 16056124. OLE color: 16056124.
HSL color Cylindrical-coordinate representation of color #3CFFF4: hue angle of 176.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFFF4 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 244 | - |
| CMYK | 0.76 | 0 | 0.04 | 0 |
| HSL | 176.62º | 1% | 0.62% | - |
| HSV(B) | 176.62º | 0.76% | 1% | - |
| XYZ | 53.95 | 79.01 | 98 | - |
| YUV | 195.44 | 155.4 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 244 | 0.76 | 0 | 0.04 | 0 | 176.62 | 1 | 0.62 |
| Hex | 3C | FF | F4 | 4C | 0 | 4 | 0 | B1 | 64 | 3E |
| Octal | 74 | 377 | 364 | 114 | 0 | 4 | 0 | 261 | 144 | 76 |
| Binary | 111100 | 11111111 | 11110100 | 1001100 | 0 | 100 | 0 | 10110001 | 1100100 | 111110 |
Color Harmonies of #3CFFF4
Complementary color
Monochromatic Colors of #3CFFF4
Black with #3CFFF4
Text Example
Text Example
White with #3CFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFF4; }
p { color: rgb(60,255,244); }
H1.HeaderClassName
{
color: #3CFFF4;
}
.AnyTagClassName
{
color: #3CFFF4;
}
</style>
background-color css
<style>
a { background-color: #3CFFF4; }
a { background-color: rgb(60,255,244); }
div.DivClassName
{
background-color: #3CFFF4;
}
.BgClassName
{
background-color: #3CFFF4;
}
</style>
border-color css
<style>
span { border-color: #3CFFF4; }
span { border-color: rgb(60,255,244); }
td.TdClassName
{
border-color: #3CFFF4;
}
.TagClassName
{
border-color: #3CFFF4;
}
</style>