Shades of Turquoise #3CEAF0
Tints of Turquoise #3CEAF0
RGB
CMYK
RGB Variations
Color information
#3CEAF0 (or 0x3CEAF0) is known color: Turquoise. HEX triplet: 3C, EA and F0. RGB value is (60,234,240). Sum of RGB (Red+Green+Blue) = 60+234+240=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #3CEAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEAF0 is #C3150F. Grayscale: #B6B6B6. Windows color (decimal): -12784912 or 15788604. OLE color: 15788604.
HSL color Cylindrical-coordinate representation of color #3CEAF0: hue angle of 182º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEAF0 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 234 | 240 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.06 |
| HSL | 182º | 0.86% | 0.59% | - |
| HSV(B) | 182º | 0.75% | 0.94% | - |
| XYZ | 47.01 | 66.1 | 92.72 | - |
| YUV | 182.66 | 160.35 | 40.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 240 | 0.75 | 0.02 | 0 | 0.06 | 182 | 0.86 | 0.59 |
| Hex | 3C | EA | F0 | 4B | 2 | 0 | 6 | B6 | 56 | 3B |
| Octal | 74 | 352 | 360 | 113 | 2 | 0 | 6 | 266 | 126 | 73 |
| Binary | 111100 | 11101010 | 11110000 | 1001011 | 10 | 0 | 110 | 10110110 | 1010110 | 111011 |
Color Harmonies of #3CEAF0
Complementary color
Monochromatic Colors of #3CEAF0
Black with #3CEAF0
Text Example
Text Example
White with #3CEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAF0; }
p { color: rgb(60,234,240); }
H1.HeaderClassName
{
color: #3CEAF0;
}
.AnyTagClassName
{
color: #3CEAF0;
}
</style>
background-color css
<style>
a { background-color: #3CEAF0; }
a { background-color: rgb(60,234,240); }
div.DivClassName
{
background-color: #3CEAF0;
}
.BgClassName
{
background-color: #3CEAF0;
}
</style>
border-color css
<style>
span { border-color: #3CEAF0; }
span { border-color: rgb(60,234,240); }
td.TdClassName
{
border-color: #3CEAF0;
}
.TagClassName
{
border-color: #3CEAF0;
}
</style>