Shades of Turquoise #3CE7EA
Tints of Turquoise #3CE7EA
RGB
CMYK
RGB Variations
Color information
#3CE7EA (or 0x3CE7EA) is known color: Turquoise. HEX triplet: 3C, E7 and EA. RGB value is (60,231,234). Sum of RGB (Red+Green+Blue) = 60+231+234=525 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.43% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CE7EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE7EA is #C31815. Grayscale: #B4B4B4. Windows color (decimal): -12785686 or 15394620. OLE color: 15394620.
HSL color Cylindrical-coordinate representation of color #3CE7EA: hue angle of 181.03º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE7EA is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 231 | 234 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.08 |
| HSL | 181.03º | 0.81% | 0.58% | - |
| HSV(B) | 181.03º | 0.74% | 0.92% | - |
| XYZ | 45.29 | 64.05 | 87.82 | - |
| YUV | 180.21 | 158.35 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 234 | 0.74 | 0.01 | 0 | 0.08 | 181.03 | 0.81 | 0.58 |
| Hex | 3C | E7 | EA | 4A | 1 | 0 | 8 | B5 | 51 | 3A |
| Octal | 74 | 347 | 352 | 112 | 1 | 0 | 10 | 265 | 121 | 72 |
| Binary | 111100 | 11100111 | 11101010 | 1001010 | 1 | 0 | 1000 | 10110101 | 1010001 | 111010 |
Color Harmonies of #3CE7EA
Complementary color
Monochromatic Colors of #3CE7EA
Black with #3CE7EA
Text Example
Text Example
White with #3CE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE7EA; }
p { color: rgb(60,231,234); }
H1.HeaderClassName
{
color: #3CE7EA;
}
.AnyTagClassName
{
color: #3CE7EA;
}
</style>
background-color css
<style>
a { background-color: #3CE7EA; }
a { background-color: rgb(60,231,234); }
div.DivClassName
{
background-color: #3CE7EA;
}
.BgClassName
{
background-color: #3CE7EA;
}
</style>
border-color css
<style>
span { border-color: #3CE7EA; }
span { border-color: rgb(60,231,234); }
td.TdClassName
{
border-color: #3CE7EA;
}
.TagClassName
{
border-color: #3CE7EA;
}
</style>