Shades of Turquoise #3CEAF2
Tints of Turquoise #3CEAF2
RGB
CMYK
RGB Variations
Color information
#3CEAF2 (or 0x3CEAF2) is known color: Turquoise. HEX triplet: 3C, EA and F2. RGB value is (60,234,242). Sum of RGB (Red+Green+Blue) = 60+234+242=536 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.19% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #3CEAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEAF2 is #C3150D. Grayscale: #B6B6B6. Windows color (decimal): -12784910 or 15919676. OLE color: 15919676.
HSL color Cylindrical-coordinate representation of color #3CEAF2: hue angle of 182.64º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEAF2 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 234 | 242 | - |
| CMYK | 0.75 | 0.03 | 0 | 0.05 |
| HSL | 182.64º | 0.88% | 0.59% | - |
| HSV(B) | 182.64º | 0.75% | 0.95% | - |
| XYZ | 47.31 | 66.22 | 94.29 | - |
| YUV | 182.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 242 | 0.75 | 0.03 | 0 | 0.05 | 182.64 | 0.88 | 0.59 |
| Hex | 3C | EA | F2 | 4B | 3 | 0 | 5 | B7 | 58 | 3B |
| Octal | 74 | 352 | 362 | 113 | 3 | 0 | 5 | 267 | 130 | 73 |
| Binary | 111100 | 11101010 | 11110010 | 1001011 | 11 | 0 | 101 | 10110111 | 1011000 | 111011 |
Color Harmonies of #3CEAF2
Complementary color
Monochromatic Colors of #3CEAF2
Black with #3CEAF2
Text Example
Text Example
White with #3CEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEAF2; }
p { color: rgb(60,234,242); }
H1.HeaderClassName
{
color: #3CEAF2;
}
.AnyTagClassName
{
color: #3CEAF2;
}
</style>
background-color css
<style>
a { background-color: #3CEAF2; }
a { background-color: rgb(60,234,242); }
div.DivClassName
{
background-color: #3CEAF2;
}
.BgClassName
{
background-color: #3CEAF2;
}
</style>
border-color css
<style>
span { border-color: #3CEAF2; }
span { border-color: rgb(60,234,242); }
td.TdClassName
{
border-color: #3CEAF2;
}
.TagClassName
{
border-color: #3CEAF2;
}
</style>