Shades of Turquoise #3CF9E9
Tints of Turquoise #3CF9E9
RGB
CMYK
RGB Variations
Color information
#3CF9E9 (or 0x3CF9E9) is known color: Turquoise. HEX triplet: 3C, F9 and E9. RGB value is (60,249,233). Sum of RGB (Red+Green+Blue) = 60+249+233=542 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.07% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF9E9 is #C30616. Grayscale: #BEBEBE. Windows color (decimal): -12781079 or 15333692. OLE color: 15333692.
HSL color Cylindrical-coordinate representation of color #3CF9E9: hue angle of 174.92º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF9E9 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 233 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.02 |
| HSL | 174.92º | 0.94% | 0.61% | - |
| HSV(B) | 174.92º | 0.76% | 0.98% | - |
| XYZ | 50.45 | 74.6 | 88.83 | - |
| YUV | 190.67 | 151.88 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 233 | 0.76 | 0 | 0.06 | 0.02 | 174.92 | 0.94 | 0.61 |
| Hex | 3C | F9 | E9 | 4C | 0 | 6 | 2 | AF | 5E | 3D |
| Octal | 74 | 371 | 351 | 114 | 0 | 6 | 2 | 257 | 136 | 75 |
| Binary | 111100 | 11111001 | 11101001 | 1001100 | 0 | 110 | 10 | 10101111 | 1011110 | 111101 |
Color Harmonies of #3CF9E9
Complementary color
Monochromatic Colors of #3CF9E9
Black with #3CF9E9
Text Example
Text Example
White with #3CF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF9E9; }
p { color: rgb(60,249,233); }
H1.HeaderClassName
{
color: #3CF9E9;
}
.AnyTagClassName
{
color: #3CF9E9;
}
</style>
background-color css
<style>
a { background-color: #3CF9E9; }
a { background-color: rgb(60,249,233); }
div.DivClassName
{
background-color: #3CF9E9;
}
.BgClassName
{
background-color: #3CF9E9;
}
</style>
border-color css
<style>
span { border-color: #3CF9E9; }
span { border-color: rgb(60,249,233); }
td.TdClassName
{
border-color: #3CF9E9;
}
.TagClassName
{
border-color: #3CF9E9;
}
</style>