Shades of Turquoise #3FF3CC
Tints of Turquoise #3FF3CC
RGB
CMYK
RGB Variations
Color information
#3FF3CC (or 0x3FF3CC) is known color: Turquoise. HEX triplet: 3F, F3 and CC. RGB value is (63,243,204). Sum of RGB (Red+Green+Blue) = 63+243+204=510 (67% of max value = 765). Red value is 63 (25% from 255 or 12.35% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 243 - color contains mainly: green. Hex color #3FF3CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF3CC is #C00C33. Grayscale: #B8B8B8. Windows color (decimal): -12586036 or 13431615. OLE color: 13431615.
HSL color Cylindrical-coordinate representation of color #3FF3CC: hue angle of 167º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF3CC is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 243 | 204 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.05 |
| HSL | 167º | 0.88% | 0.6% | - |
| HSV(B) | 167º | 0.74% | 0.95% | - |
| XYZ | 45 | 69.52 | 68.17 | - |
| YUV | 184.73 | 138.87 | 41.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 243 | 204 | 0.74 | 0 | 0.16 | 0.05 | 167 | 0.88 | 0.6 |
| Hex | 3F | F3 | CC | 4A | 0 | 10 | 5 | A7 | 58 | 3C |
| Octal | 77 | 363 | 314 | 112 | 0 | 20 | 5 | 247 | 130 | 74 |
| Binary | 111111 | 11110011 | 11001100 | 1001010 | 0 | 10000 | 101 | 10100111 | 1011000 | 111100 |
Color Harmonies of #3FF3CC
Complementary color
Monochromatic Colors of #3FF3CC
Black with #3FF3CC
Text Example
Text Example
White with #3FF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF3CC; }
p { color: rgb(63,243,204); }
H1.HeaderClassName
{
color: #3FF3CC;
}
.AnyTagClassName
{
color: #3FF3CC;
}
</style>
background-color css
<style>
a { background-color: #3FF3CC; }
a { background-color: rgb(63,243,204); }
div.DivClassName
{
background-color: #3FF3CC;
}
.BgClassName
{
background-color: #3FF3CC;
}
</style>
border-color css
<style>
span { border-color: #3FF3CC; }
span { border-color: rgb(63,243,204); }
td.TdClassName
{
border-color: #3FF3CC;
}
.TagClassName
{
border-color: #3FF3CC;
}
</style>