Shades of Turquoise #3CEDF1
Tints of Turquoise #3CEDF1
RGB
CMYK
RGB Variations
Color information
#3CEDF1 (or 0x3CEDF1) is known color: Turquoise. HEX triplet: 3C, ED and F1. RGB value is (60,237,241). Sum of RGB (Red+Green+Blue) = 60+237+241=538 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.15% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #3CEDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEDF1 is #C3120E. Grayscale: #B8B8B8. Windows color (decimal): -12784143 or 15854908. OLE color: 15854908.
HSL color Cylindrical-coordinate representation of color #3CEDF1: hue angle of 181.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEDF1 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 237 | 241 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.05 |
| HSL | 181.33º | 0.87% | 0.59% | - |
| HSV(B) | 181.33º | 0.75% | 0.95% | - |
| XYZ | 48.02 | 67.88 | 93.79 | - |
| YUV | 184.53 | 159.86 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 241 | 0.75 | 0.02 | 0 | 0.05 | 181.33 | 0.87 | 0.59 |
| Hex | 3C | ED | F1 | 4B | 2 | 0 | 5 | B5 | 57 | 3B |
| Octal | 74 | 355 | 361 | 113 | 2 | 0 | 5 | 265 | 127 | 73 |
| Binary | 111100 | 11101101 | 11110001 | 1001011 | 10 | 0 | 101 | 10110101 | 1010111 | 111011 |
Color Harmonies of #3CEDF1
Complementary color
Monochromatic Colors of #3CEDF1
Black with #3CEDF1
Text Example
Text Example
White with #3CEDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDF1; }
p { color: rgb(60,237,241); }
H1.HeaderClassName
{
color: #3CEDF1;
}
.AnyTagClassName
{
color: #3CEDF1;
}
</style>
background-color css
<style>
a { background-color: #3CEDF1; }
a { background-color: rgb(60,237,241); }
div.DivClassName
{
background-color: #3CEDF1;
}
.BgClassName
{
background-color: #3CEDF1;
}
</style>
border-color css
<style>
span { border-color: #3CEDF1; }
span { border-color: rgb(60,237,241); }
td.TdClassName
{
border-color: #3CEDF1;
}
.TagClassName
{
border-color: #3CEDF1;
}
</style>