Shades of Turquoise #3CE0FF
Tints of Turquoise #3CE0FF
RGB
CMYK
RGB Variations
Color information
#3CE0FF (or 0x3CE0FF) is known color: Turquoise. HEX triplet: 3C, E0 and FF. RGB value is (60,224,255). Sum of RGB (Red+Green+Blue) = 60+224+255=539 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.13% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CE0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE0FF is #C31F00. Grayscale: #B2B2B2. Windows color (decimal): -12787457 or 16769084. OLE color: 16769084.
HSL color Cylindrical-coordinate representation of color #3CE0FF: hue angle of 189.54º 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 #3CE0FF is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 224 | 255 | - |
| CMYK | 0.76 | 0.12 | 0 | 0 |
| HSL | 189.54º | 1% | 0.62% | - |
| HSV(B) | 189.54º | 0.76% | 1% | - |
| XYZ | 46.57 | 61.49 | 104.02 | - |
| YUV | 178.5 | 171.17 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 255 | 0.76 | 0.12 | 0 | 0 | 189.54 | 1 | 0.62 |
| Hex | 3C | E0 | FF | 4C | C | 0 | 0 | BE | 64 | 3E |
| Octal | 74 | 340 | 377 | 114 | 14 | 0 | 0 | 276 | 144 | 76 |
| Binary | 111100 | 11100000 | 11111111 | 1001100 | 1100 | 0 | 0 | 10111110 | 1100100 | 111110 |
Color Harmonies of #3CE0FF
Complementary color
Monochromatic Colors of #3CE0FF
Black with #3CE0FF
Text Example
Text Example
White with #3CE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE0FF; }
p { color: rgb(60,224,255); }
H1.HeaderClassName
{
color: #3CE0FF;
}
.AnyTagClassName
{
color: #3CE0FF;
}
</style>
background-color css
<style>
a { background-color: #3CE0FF; }
a { background-color: rgb(60,224,255); }
div.DivClassName
{
background-color: #3CE0FF;
}
.BgClassName
{
background-color: #3CE0FF;
}
</style>
border-color css
<style>
span { border-color: #3CE0FF; }
span { border-color: rgb(60,224,255); }
td.TdClassName
{
border-color: #3CE0FF;
}
.TagClassName
{
border-color: #3CE0FF;
}
</style>