Shades of Turquoise #3CF2FB
Tints of Turquoise #3CF2FB
RGB
CMYK
RGB Variations
Color information
#3CF2FB (or 0x3CF2FB) is known color: Turquoise. HEX triplet: 3C, F2 and FB. RGB value is (60,242,251). Sum of RGB (Red+Green+Blue) = 60+242+251=553 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.85% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #3CF2FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF2FB is #C30D04. Grayscale: #BCBCBC. Windows color (decimal): -12782853 or 16511548. OLE color: 16511548.
HSL color Cylindrical-coordinate representation of color #3CF2FB: hue angle of 182.83º 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 #3CF2FB is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 242 | 251 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.02 |
| HSL | 182.83º | 0.96% | 0.61% | - |
| HSV(B) | 182.83º | 0.76% | 0.98% | - |
| XYZ | 51.03 | 71.43 | 102.36 | - |
| YUV | 188.61 | 163.2 | 36.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 251 | 0.76 | 0.04 | 0 | 0.02 | 182.83 | 0.96 | 0.61 |
| Hex | 3C | F2 | FB | 4C | 4 | 0 | 2 | B7 | 60 | 3D |
| Octal | 74 | 362 | 373 | 114 | 4 | 0 | 2 | 267 | 140 | 75 |
| Binary | 111100 | 11110010 | 11111011 | 1001100 | 100 | 0 | 10 | 10110111 | 1100000 | 111101 |
Color Harmonies of #3CF2FB
Complementary color
Monochromatic Colors of #3CF2FB
Black with #3CF2FB
Text Example
Text Example
White with #3CF2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2FB; }
p { color: rgb(60,242,251); }
H1.HeaderClassName
{
color: #3CF2FB;
}
.AnyTagClassName
{
color: #3CF2FB;
}
</style>
background-color css
<style>
a { background-color: #3CF2FB; }
a { background-color: rgb(60,242,251); }
div.DivClassName
{
background-color: #3CF2FB;
}
.BgClassName
{
background-color: #3CF2FB;
}
</style>
border-color css
<style>
span { border-color: #3CF2FB; }
span { border-color: rgb(60,242,251); }
td.TdClassName
{
border-color: #3CF2FB;
}
.TagClassName
{
border-color: #3CF2FB;
}
</style>