Shades of Turquoise #3CEAFF
Tints of Turquoise #3CEAFF
RGB
CMYK
RGB Variations
Color information
#3CEAFF (or 0x3CEAFF) is known color: Turquoise. HEX triplet: 3C, EA and FF. RGB value is (60,234,255). Sum of RGB (Red+Green+Blue) = 60+234+255=549 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.93% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CEAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEAFF is #C31500. Grayscale: #B8B8B8. Windows color (decimal): -12784897 or 16771644. OLE color: 16771644.
HSL color Cylindrical-coordinate representation of color #3CEAFF: hue angle of 186.46º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CEAFF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 234 | 255 | - |
| CMYK | 0.76 | 0.08 | 0 | 0 |
| HSL | 186.46º | 1% | 0.62% | - |
| HSV(B) | 186.46º | 0.76% | 1% | - |
| XYZ | 49.34 | 67.03 | 104.94 | - |
| YUV | 184.37 | 167.85 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 255 | 0.76 | 0.08 | 0 | 0 | 186.46 | 1 | 0.62 |
| Hex | 3C | EA | FF | 4C | 8 | 0 | 0 | BA | 64 | 3E |
| Octal | 74 | 352 | 377 | 114 | 10 | 0 | 0 | 272 | 144 | 76 |
| Binary | 111100 | 11101010 | 11111111 | 1001100 | 1000 | 0 | 0 | 10111010 | 1100100 | 111110 |
Color Harmonies of #3CEAFF
Complementary color
Monochromatic Colors of #3CEAFF
Black with #3CEAFF
Text Example
Text Example
White with #3CEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAFF; }
p { color: rgb(60,234,255); }
H1.HeaderClassName
{
color: #3CEAFF;
}
.AnyTagClassName
{
color: #3CEAFF;
}
</style>
background-color css
<style>
a { background-color: #3CEAFF; }
a { background-color: rgb(60,234,255); }
div.DivClassName
{
background-color: #3CEAFF;
}
.BgClassName
{
background-color: #3CEAFF;
}
</style>
border-color css
<style>
span { border-color: #3CEAFF; }
span { border-color: rgb(60,234,255); }
td.TdClassName
{
border-color: #3CEAFF;
}
.TagClassName
{
border-color: #3CEAFF;
}
</style>