Shades of Turquoise #3CE8FB
Tints of Turquoise #3CE8FB
RGB
CMYK
RGB Variations
Color information
#3CE8FB (or 0x3CE8FB) is known color: Turquoise. HEX triplet: 3C, E8 and FB. RGB value is (60,232,251). Sum of RGB (Red+Green+Blue) = 60+232+251=543 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.05% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CE8FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CE8FB is #C31704. Grayscale: #B6B6B6. Windows color (decimal): -12785413 or 16508988. OLE color: 16508988.
HSL color Cylindrical-coordinate representation of color #3CE8FB: hue angle of 185.97º 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 #3CE8FB is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 232 | 251 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.02 |
| HSL | 185.97º | 0.96% | 0.61% | - |
| HSV(B) | 185.97º | 0.76% | 0.98% | - |
| XYZ | 48.13 | 65.64 | 101.4 | - |
| YUV | 182.74 | 166.52 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 251 | 0.76 | 0.08 | 0 | 0.02 | 185.97 | 0.96 | 0.61 |
| Hex | 3C | E8 | FB | 4C | 8 | 0 | 2 | BA | 60 | 3D |
| Octal | 74 | 350 | 373 | 114 | 10 | 0 | 2 | 272 | 140 | 75 |
| Binary | 111100 | 11101000 | 11111011 | 1001100 | 1000 | 0 | 10 | 10111010 | 1100000 | 111101 |
Color Harmonies of #3CE8FB
Complementary color
Monochromatic Colors of #3CE8FB
Black with #3CE8FB
Text Example
Text Example
White with #3CE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE8FB; }
p { color: rgb(60,232,251); }
H1.HeaderClassName
{
color: #3CE8FB;
}
.AnyTagClassName
{
color: #3CE8FB;
}
</style>
background-color css
<style>
a { background-color: #3CE8FB; }
a { background-color: rgb(60,232,251); }
div.DivClassName
{
background-color: #3CE8FB;
}
.BgClassName
{
background-color: #3CE8FB;
}
</style>
border-color css
<style>
span { border-color: #3CE8FB; }
span { border-color: rgb(60,232,251); }
td.TdClassName
{
border-color: #3CE8FB;
}
.TagClassName
{
border-color: #3CE8FB;
}
</style>