Shades of Turquoise #3FF0CC
Tints of Turquoise #3FF0CC
RGB
CMYK
RGB Variations
Color information
#3FF0CC (or 0x3FF0CC) is known color: Turquoise. HEX triplet: 3F, F0 and CC. RGB value is (63,240,204). Sum of RGB (Red+Green+Blue) = 63+240+204=507 (67% of max value = 765). Red value is 63 (25% from 255 or 12.43% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF0CC is #C00F33. Grayscale: #B6B6B6. Windows color (decimal): -12586804 or 13430847. OLE color: 13430847.
HSL color Cylindrical-coordinate representation of color #3FF0CC: hue angle of 167.8º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF0CC is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 204 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.06 |
| HSL | 167.8º | 0.86% | 0.59% | - |
| HSV(B) | 167.8º | 0.74% | 0.94% | - |
| XYZ | 44.11 | 67.74 | 67.88 | - |
| YUV | 182.97 | 139.86 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 204 | 0.74 | 0 | 0.15 | 0.06 | 167.8 | 0.86 | 0.59 |
| Hex | 3F | F0 | CC | 4A | 0 | F | 6 | A8 | 56 | 3B |
| Octal | 77 | 360 | 314 | 112 | 0 | 17 | 6 | 250 | 126 | 73 |
| Binary | 111111 | 11110000 | 11001100 | 1001010 | 0 | 1111 | 110 | 10101000 | 1010110 | 111011 |
Color Harmonies of #3FF0CC
Complementary color
Monochromatic Colors of #3FF0CC
Black with #3FF0CC
Text Example
Text Example
White with #3FF0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF0CC; }
p { color: rgb(63,240,204); }
H1.HeaderClassName
{
color: #3FF0CC;
}
.AnyTagClassName
{
color: #3FF0CC;
}
</style>
background-color css
<style>
a { background-color: #3FF0CC; }
a { background-color: rgb(63,240,204); }
div.DivClassName
{
background-color: #3FF0CC;
}
.BgClassName
{
background-color: #3FF0CC;
}
</style>
border-color css
<style>
span { border-color: #3FF0CC; }
span { border-color: rgb(63,240,204); }
td.TdClassName
{
border-color: #3FF0CC;
}
.TagClassName
{
border-color: #3FF0CC;
}
</style>