Shades of Turquoise #3CEAFE
Tints of Turquoise #3CEAFE
RGB
CMYK
RGB Variations
Color information
#3CEAFE (or 0x3CEAFE) is known color: Turquoise. HEX triplet: 3C, EA and FE. RGB value is (60,234,254). Sum of RGB (Red+Green+Blue) = 60+234+254=548 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.95% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEAFE is #C31501. Grayscale: #B8B8B8. Windows color (decimal): -12784898 or 16706108. OLE color: 16706108.
HSL color Cylindrical-coordinate representation of color #3CEAFE: hue angle of 186.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CEAFE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 234 | 254 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.00 |
| HSL | 186.19º | 0.99% | 0.62% | - |
| HSV(B) | 186.19º | 0.76% | 1% | - |
| XYZ | 49.18 | 66.96 | 104.1 | - |
| YUV | 184.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 254 | 0.76 | 0.08 | 0 | 0.00 | 186.19 | 0.99 | 0.62 |
| Hex | 3C | EA | FE | 4C | 8 | 0 | 0 | BA | 63 | 3E |
| Octal | 74 | 352 | 376 | 114 | 10 | 0 | 0 | 272 | 143 | 76 |
| Binary | 111100 | 11101010 | 11111110 | 1001100 | 1000 | 0 | 0 | 10111010 | 1100011 | 111110 |
Color Harmonies of #3CEAFE
Complementary color
Monochromatic Colors of #3CEAFE
Black with #3CEAFE
Text Example
Text Example
White with #3CEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAFE; }
p { color: rgb(60,234,254); }
H1.HeaderClassName
{
color: #3CEAFE;
}
.AnyTagClassName
{
color: #3CEAFE;
}
</style>
background-color css
<style>
a { background-color: #3CEAFE; }
a { background-color: rgb(60,234,254); }
div.DivClassName
{
background-color: #3CEAFE;
}
.BgClassName
{
background-color: #3CEAFE;
}
</style>
border-color css
<style>
span { border-color: #3CEAFE; }
span { border-color: rgb(60,234,254); }
td.TdClassName
{
border-color: #3CEAFE;
}
.TagClassName
{
border-color: #3CEAFE;
}
</style>