Shades of Turquoise #3CDEEA
Tints of Turquoise #3CDEEA
RGB
CMYK
RGB Variations
Color information
#3CDEEA (or 0x3CDEEA) is known color: Turquoise. HEX triplet: 3C, DE and EA. RGB value is (60,222,234). Sum of RGB (Red+Green+Blue) = 60+222+234=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #3CDEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDEEA is #C32115. Grayscale: #AEAEAE. Windows color (decimal): -12787990 or 15392316. OLE color: 15392316.
HSL color Cylindrical-coordinate representation of color #3CDEEA: hue angle of 184.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CDEEA is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 222 | 234 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.08 |
| HSL | 184.14º | 0.81% | 0.58% | - |
| HSV(B) | 184.14º | 0.74% | 0.92% | - |
| XYZ | 42.84 | 59.14 | 87 | - |
| YUV | 174.93 | 161.33 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 234 | 0.74 | 0.05 | 0 | 0.08 | 184.14 | 0.81 | 0.58 |
| Hex | 3C | DE | EA | 4A | 5 | 0 | 8 | B8 | 51 | 3A |
| Octal | 74 | 336 | 352 | 112 | 5 | 0 | 10 | 270 | 121 | 72 |
| Binary | 111100 | 11011110 | 11101010 | 1001010 | 101 | 0 | 1000 | 10111000 | 1010001 | 111010 |
Color Harmonies of #3CDEEA
Complementary color
Monochromatic Colors of #3CDEEA
Black with #3CDEEA
Text Example
Text Example
White with #3CDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDEEA; }
p { color: rgb(60,222,234); }
H1.HeaderClassName
{
color: #3CDEEA;
}
.AnyTagClassName
{
color: #3CDEEA;
}
</style>
background-color css
<style>
a { background-color: #3CDEEA; }
a { background-color: rgb(60,222,234); }
div.DivClassName
{
background-color: #3CDEEA;
}
.BgClassName
{
background-color: #3CDEEA;
}
</style>
border-color css
<style>
span { border-color: #3CDEEA; }
span { border-color: rgb(60,222,234); }
td.TdClassName
{
border-color: #3CDEEA;
}
.TagClassName
{
border-color: #3CDEEA;
}
</style>