Shades of Turquoise #3CF2FC
Tints of Turquoise #3CF2FC
RGB
CMYK
RGB Variations
Color information
#3CF2FC (or 0x3CF2FC) is known color: Turquoise. HEX triplet: 3C, F2 and FC. RGB value is (60,242,252). Sum of RGB (Red+Green+Blue) = 60+242+252=554 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.83% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CF2FC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF2FC is #C30D03. Grayscale: #BCBCBC. Windows color (decimal): -12782852 or 16577084. OLE color: 16577084.
HSL color Cylindrical-coordinate representation of color #3CF2FC: hue angle of 183.12º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF2FC is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 242 | 252 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.01 |
| HSL | 183.13º | 0.97% | 0.61% | - |
| HSV(B) | 183.13º | 0.76% | 0.99% | - |
| XYZ | 51.19 | 71.49 | 103.2 | - |
| YUV | 188.72 | 163.7 | 36.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 252 | 0.76 | 0.04 | 0 | 0.01 | 183.13 | 0.97 | 0.61 |
| Hex | 3C | F2 | FC | 4C | 4 | 0 | 1 | B7 | 61 | 3D |
| Octal | 74 | 362 | 374 | 114 | 4 | 0 | 1 | 267 | 141 | 75 |
| Binary | 111100 | 11110010 | 11111100 | 1001100 | 100 | 0 | 1 | 10110111 | 1100001 | 111101 |
Color Harmonies of #3CF2FC
Complementary color
Monochromatic Colors of #3CF2FC
Black with #3CF2FC
Text Example
Text Example
White with #3CF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2FC; }
p { color: rgb(60,242,252); }
H1.HeaderClassName
{
color: #3CF2FC;
}
.AnyTagClassName
{
color: #3CF2FC;
}
</style>
background-color css
<style>
a { background-color: #3CF2FC; }
a { background-color: rgb(60,242,252); }
div.DivClassName
{
background-color: #3CF2FC;
}
.BgClassName
{
background-color: #3CF2FC;
}
</style>
border-color css
<style>
span { border-color: #3CF2FC; }
span { border-color: rgb(60,242,252); }
td.TdClassName
{
border-color: #3CF2FC;
}
.TagClassName
{
border-color: #3CF2FC;
}
</style>