Shades of Turquoise #3CFFF2
Tints of Turquoise #3CFFF2
RGB
CMYK
RGB Variations
Color information
#3CFFF2 (or 0x3CFFF2) is known color: Turquoise. HEX triplet: 3C, FF and F2. RGB value is (60,255,242). Sum of RGB (Red+Green+Blue) = 60+255+242=557 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.77% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFFF2 is #C3000D. Grayscale: #C3C3C3. Windows color (decimal): -12779534 or 15925052. OLE color: 15925052.
HSL color Cylindrical-coordinate representation of color #3CFFF2: hue angle of 176º 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 #3CFFF2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 242 | - |
| CMYK | 0.76 | 0 | 0.05 | 0 |
| HSL | 176º | 1% | 0.62% | - |
| HSV(B) | 176º | 0.76% | 1% | - |
| XYZ | 53.65 | 78.89 | 96.4 | - |
| YUV | 195.21 | 154.4 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 242 | 0.76 | 0 | 0.05 | 0 | 176 | 1 | 0.62 |
| Hex | 3C | FF | F2 | 4C | 0 | 5 | 0 | B0 | 64 | 3E |
| Octal | 74 | 377 | 362 | 114 | 0 | 5 | 0 | 260 | 144 | 76 |
| Binary | 111100 | 11111111 | 11110010 | 1001100 | 0 | 101 | 0 | 10110000 | 1100100 | 111110 |
Color Harmonies of #3CFFF2
Complementary color
Monochromatic Colors of #3CFFF2
Black with #3CFFF2
Text Example
Text Example
White with #3CFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFFF2; }
p { color: rgb(60,255,242); }
H1.HeaderClassName
{
color: #3CFFF2;
}
.AnyTagClassName
{
color: #3CFFF2;
}
</style>
background-color css
<style>
a { background-color: #3CFFF2; }
a { background-color: rgb(60,255,242); }
div.DivClassName
{
background-color: #3CFFF2;
}
.BgClassName
{
background-color: #3CFFF2;
}
</style>
border-color css
<style>
span { border-color: #3CFFF2; }
span { border-color: rgb(60,255,242); }
td.TdClassName
{
border-color: #3CFFF2;
}
.TagClassName
{
border-color: #3CFFF2;
}
</style>