Shades of Turquoise #3CF9ED
Tints of Turquoise #3CF9ED
RGB
CMYK
RGB Variations
Color information
#3CF9ED (or 0x3CF9ED) is known color: Turquoise. HEX triplet: 3C, F9 and ED. RGB value is (60,249,237). Sum of RGB (Red+Green+Blue) = 60+249+237=546 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.99% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF9ED is #C30612. Grayscale: #BEBEBE. Windows color (decimal): -12781075 or 15595836. OLE color: 15595836.
HSL color Cylindrical-coordinate representation of color #3CF9ED: hue angle of 176.19º 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 #3CF9ED is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 249 | 237 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.02 |
| HSL | 176.19º | 0.94% | 0.61% | - |
| HSV(B) | 176.19º | 0.76% | 0.98% | - |
| XYZ | 51.03 | 74.83 | 91.87 | - |
| YUV | 191.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 249 | 237 | 0.76 | 0 | 0.05 | 0.02 | 176.19 | 0.94 | 0.61 |
| Hex | 3C | F9 | ED | 4C | 0 | 5 | 2 | B0 | 5E | 3D |
| Octal | 74 | 371 | 355 | 114 | 0 | 5 | 2 | 260 | 136 | 75 |
| Binary | 111100 | 11111001 | 11101101 | 1001100 | 0 | 101 | 10 | 10110000 | 1011110 | 111101 |
Color Harmonies of #3CF9ED
Complementary color
Monochromatic Colors of #3CF9ED
Black with #3CF9ED
Text Example
Text Example
White with #3CF9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF9ED; }
p { color: rgb(60,249,237); }
H1.HeaderClassName
{
color: #3CF9ED;
}
.AnyTagClassName
{
color: #3CF9ED;
}
</style>
background-color css
<style>
a { background-color: #3CF9ED; }
a { background-color: rgb(60,249,237); }
div.DivClassName
{
background-color: #3CF9ED;
}
.BgClassName
{
background-color: #3CF9ED;
}
</style>
border-color css
<style>
span { border-color: #3CF9ED; }
span { border-color: rgb(60,249,237); }
td.TdClassName
{
border-color: #3CF9ED;
}
.TagClassName
{
border-color: #3CF9ED;
}
</style>