Shades of Turquoise #3CEDFC
Tints of Turquoise #3CEDFC
RGB
CMYK
RGB Variations
Color information
#3CEDFC (or 0x3CEDFC) is known color: Turquoise. HEX triplet: 3C, ED and FC. RGB value is (60,237,252). Sum of RGB (Red+Green+Blue) = 60+237+252=549 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.93% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CEDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEDFC is #C31203. Grayscale: #B9B9B9. Windows color (decimal): -12784132 or 16575804. OLE color: 16575804.
HSL color Cylindrical-coordinate representation of color #3CEDFC: hue angle of 184.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CEDFC is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 237 | 252 | - |
| CMYK | 0.76 | 0.06 | 0 | 0.01 |
| HSL | 184.69º | 0.97% | 0.61% | - |
| HSV(B) | 184.69º | 0.76% | 0.99% | - |
| XYZ | 49.72 | 68.56 | 102.71 | - |
| YUV | 185.79 | 165.36 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 252 | 0.76 | 0.06 | 0 | 0.01 | 184.69 | 0.97 | 0.61 |
| Hex | 3C | ED | FC | 4C | 6 | 0 | 1 | B9 | 61 | 3D |
| Octal | 74 | 355 | 374 | 114 | 6 | 0 | 1 | 271 | 141 | 75 |
| Binary | 111100 | 11101101 | 11111100 | 1001100 | 110 | 0 | 1 | 10111001 | 1100001 | 111101 |
Color Harmonies of #3CEDFC
Complementary color
Monochromatic Colors of #3CEDFC
Black with #3CEDFC
Text Example
Text Example
White with #3CEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEDFC; }
p { color: rgb(60,237,252); }
H1.HeaderClassName
{
color: #3CEDFC;
}
.AnyTagClassName
{
color: #3CEDFC;
}
</style>
background-color css
<style>
a { background-color: #3CEDFC; }
a { background-color: rgb(60,237,252); }
div.DivClassName
{
background-color: #3CEDFC;
}
.BgClassName
{
background-color: #3CEDFC;
}
</style>
border-color css
<style>
span { border-color: #3CEDFC; }
span { border-color: rgb(60,237,252); }
td.TdClassName
{
border-color: #3CEDFC;
}
.TagClassName
{
border-color: #3CEDFC;
}
</style>