Shades of Turquoise #3CF2FF
Tints of Turquoise #3CF2FF
RGB
CMYK
RGB Variations
Color information
#3CF2FF (or 0x3CF2FF) is known color: Turquoise. HEX triplet: 3C, F2 and FF. RGB value is (60,242,255). Sum of RGB (Red+Green+Blue) = 60+242+255=557 (73% of max value = 765). Red value is 60 (23.83% from 255 or 10.77% from 557); Green value is 242 (94.92% from 255 or 43.45% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CF2FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF2FF is #C30D00. Grayscale: #BCBCBC. Windows color (decimal): -12782849 or 16773692. OLE color: 16773692.
HSL color Cylindrical-coordinate representation of color #3CF2FF: hue angle of 184º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF2FF is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 242 | 255 | - |
| CMYK | 0.76 | 0.05 | 0 | 0 |
| HSL | 184º | 1% | 0.62% | - |
| HSV(B) | 184º | 0.76% | 1% | - |
| XYZ | 51.67 | 71.68 | 105.72 | - |
| YUV | 189.06 | 165.2 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 255 | 0.76 | 0.05 | 0 | 0 | 184 | 1 | 0.62 |
| Hex | 3C | F2 | FF | 4C | 5 | 0 | 0 | B8 | 64 | 3E |
| Octal | 74 | 362 | 377 | 114 | 5 | 0 | 0 | 270 | 144 | 76 |
| Binary | 111100 | 11110010 | 11111111 | 1001100 | 101 | 0 | 0 | 10111000 | 1100100 | 111110 |
Color Harmonies of #3CF2FF
Complementary color
Monochromatic Colors of #3CF2FF
Black with #3CF2FF
Text Example
Text Example
White with #3CF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF2FF; }
p { color: rgb(60,242,255); }
H1.HeaderClassName
{
color: #3CF2FF;
}
.AnyTagClassName
{
color: #3CF2FF;
}
</style>
background-color css
<style>
a { background-color: #3CF2FF; }
a { background-color: rgb(60,242,255); }
div.DivClassName
{
background-color: #3CF2FF;
}
.BgClassName
{
background-color: #3CF2FF;
}
</style>
border-color css
<style>
span { border-color: #3CF2FF; }
span { border-color: rgb(60,242,255); }
td.TdClassName
{
border-color: #3CF2FF;
}
.TagClassName
{
border-color: #3CF2FF;
}
</style>