Shades of Turquoise #3CFBE8
Tints of Turquoise #3CFBE8
RGB
CMYK
RGB Variations
Color information
#3CFBE8 (or 0x3CFBE8) is known color: Turquoise. HEX triplet: 3C, FB and E8. RGB value is (60,251,232). Sum of RGB (Red+Green+Blue) = 60+251+232=543 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.05% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CFBE8 is #C30417. Grayscale: #BFBFBF. Windows color (decimal): -12780568 or 15268668. OLE color: 15268668.
HSL color Cylindrical-coordinate representation of color #3CFBE8: hue angle of 174.03º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFBE8 is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 251 | 232 | - |
| CMYK | 0.76 | 0 | 0.08 | 0.02 |
| HSL | 174.03º | 0.96% | 0.61% | - |
| HSV(B) | 174.03º | 0.76% | 0.98% | - |
| XYZ | 50.93 | 75.78 | 88.29 | - |
| YUV | 191.73 | 150.72 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 251 | 232 | 0.76 | 0 | 0.08 | 0.02 | 174.03 | 0.96 | 0.61 |
| Hex | 3C | FB | E8 | 4C | 0 | 8 | 2 | AE | 60 | 3D |
| Octal | 74 | 373 | 350 | 114 | 0 | 10 | 2 | 256 | 140 | 75 |
| Binary | 111100 | 11111011 | 11101000 | 1001100 | 0 | 1000 | 10 | 10101110 | 1100000 | 111101 |
Color Harmonies of #3CFBE8
Complementary color
Monochromatic Colors of #3CFBE8
Black with #3CFBE8
Text Example
Text Example
White with #3CFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFBE8; }
p { color: rgb(60,251,232); }
H1.HeaderClassName
{
color: #3CFBE8;
}
.AnyTagClassName
{
color: #3CFBE8;
}
</style>
background-color css
<style>
a { background-color: #3CFBE8; }
a { background-color: rgb(60,251,232); }
div.DivClassName
{
background-color: #3CFBE8;
}
.BgClassName
{
background-color: #3CFBE8;
}
</style>
border-color css
<style>
span { border-color: #3CFBE8; }
span { border-color: rgb(60,251,232); }
td.TdClassName
{
border-color: #3CFBE8;
}
.TagClassName
{
border-color: #3CFBE8;
}
</style>