Shades of Turquoise #3CEDFE
Tints of Turquoise #3CEDFE
RGB
CMYK
RGB Variations
Color information
#3CEDFE (or 0x3CEDFE) is known color: Turquoise. HEX triplet: 3C, ED and FE. RGB value is (60,237,254). Sum of RGB (Red+Green+Blue) = 60+237+254=551 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.89% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #3CEDFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEDFE is #C31201. Grayscale: #B9B9B9. Windows color (decimal): -12784130 or 16706876. OLE color: 16706876.
HSL color Cylindrical-coordinate representation of color #3CEDFE: hue angle of 185.26º 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 #3CEDFE is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 60 | 237 | 254 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.00 |
| HSL | 185.26º | 0.99% | 0.62% | - |
| HSV(B) | 185.26º | 0.76% | 1% | - |
| XYZ | 50.04 | 68.68 | 104.39 | - |
| YUV | 186.02 | 166.36 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 254 | 0.76 | 0.07 | 0 | 0.00 | 185.26 | 0.99 | 0.62 |
| Hex | 3C | ED | FE | 4C | 7 | 0 | 0 | B9 | 63 | 3E |
| Octal | 74 | 355 | 376 | 114 | 7 | 0 | 0 | 271 | 143 | 76 |
| Binary | 111100 | 11101101 | 11111110 | 1001100 | 111 | 0 | 0 | 10111001 | 1100011 | 111110 |
Color Harmonies of #3CEDFE
Complementary color
Monochromatic Colors of #3CEDFE
Black with #3CEDFE
Text Example
Text Example
White with #3CEDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDFE; }
p { color: rgb(60,237,254); }
H1.HeaderClassName
{
color: #3CEDFE;
}
.AnyTagClassName
{
color: #3CEDFE;
}
</style>
background-color css
<style>
a { background-color: #3CEDFE; }
a { background-color: rgb(60,237,254); }
div.DivClassName
{
background-color: #3CEDFE;
}
.BgClassName
{
background-color: #3CEDFE;
}
</style>
border-color css
<style>
span { border-color: #3CEDFE; }
span { border-color: rgb(60,237,254); }
td.TdClassName
{
border-color: #3CEDFE;
}
.TagClassName
{
border-color: #3CEDFE;
}
</style>