Shades of Turquoise #3CE6FE
Tints of Turquoise #3CE6FE
RGB
CMYK
RGB Variations
Color information
#3CE6FE (or 0x3CE6FE) is known color: Turquoise. HEX triplet: 3C, E6 and FE. RGB value is (60,230,254). Sum of RGB (Red+Green+Blue) = 60+230+254=544 (72% of max value = 765). Red value is 60 (23.83% from 255 or 11.03% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CE6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE6FE is #C31901. Grayscale: #B5B5B5. Windows color (decimal): -12785922 or 16705084. OLE color: 16705084.
HSL color Cylindrical-coordinate representation of color #3CE6FE: hue angle of 187.42º 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 #3CE6FE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 230 | 254 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.00 |
| HSL | 187.42º | 0.99% | 0.62% | - |
| HSV(B) | 187.42º | 0.76% | 1% | - |
| XYZ | 48.05 | 64.71 | 103.72 | - |
| YUV | 181.91 | 168.68 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 230 | 254 | 0.76 | 0.09 | 0 | 0.00 | 187.42 | 0.99 | 0.62 |
| Hex | 3C | E6 | FE | 4C | 9 | 0 | 0 | BB | 63 | 3E |
| Octal | 74 | 346 | 376 | 114 | 11 | 0 | 0 | 273 | 143 | 76 |
| Binary | 111100 | 11100110 | 11111110 | 1001100 | 1001 | 0 | 0 | 10111011 | 1100011 | 111110 |
Color Harmonies of #3CE6FE
Complementary color
Monochromatic Colors of #3CE6FE
Black with #3CE6FE
Text Example
Text Example
White with #3CE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE6FE; }
p { color: rgb(60,230,254); }
H1.HeaderClassName
{
color: #3CE6FE;
}
.AnyTagClassName
{
color: #3CE6FE;
}
</style>
background-color css
<style>
a { background-color: #3CE6FE; }
a { background-color: rgb(60,230,254); }
div.DivClassName
{
background-color: #3CE6FE;
}
.BgClassName
{
background-color: #3CE6FE;
}
</style>
border-color css
<style>
span { border-color: #3CE6FE; }
span { border-color: rgb(60,230,254); }
td.TdClassName
{
border-color: #3CE6FE;
}
.TagClassName
{
border-color: #3CE6FE;
}
</style>