Shades of Turquoise #3FFDCC
Tints of Turquoise #3FFDCC
RGB
CMYK
RGB Variations
Color information
#3FFDCC (or 0x3FFDCC) is known color: Turquoise. HEX triplet: 3F, FD and CC. RGB value is (63,253,204). Sum of RGB (Red+Green+Blue) = 63+253+204=520 (68% of max value = 765). Red value is 63 (25% from 255 or 12.12% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDCC is #C00233. Grayscale: #BEBEBE. Windows color (decimal): -12583476 or 13434175. OLE color: 13434175.
HSL color Cylindrical-coordinate representation of color #3FFDCC: hue angle of 164.53º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDCC is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 204 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.01 |
| HSL | 164.53º | 0.98% | 0.62% | - |
| HSV(B) | 164.53º | 0.75% | 0.99% | - |
| XYZ | 48.07 | 75.67 | 69.2 | - |
| YUV | 190.6 | 135.55 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 204 | 0.75 | 0 | 0.19 | 0.01 | 164.53 | 0.98 | 0.62 |
| Hex | 3F | FD | CC | 4B | 0 | 13 | 1 | A5 | 62 | 3E |
| Octal | 77 | 375 | 314 | 113 | 0 | 23 | 1 | 245 | 142 | 76 |
| Binary | 111111 | 11111101 | 11001100 | 1001011 | 0 | 10011 | 1 | 10100101 | 1100010 | 111110 |
Color Harmonies of #3FFDCC
Complementary color
Monochromatic Colors of #3FFDCC
Black with #3FFDCC
Text Example
Text Example
White with #3FFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDCC; }
p { color: rgb(63,253,204); }
H1.HeaderClassName
{
color: #3FFDCC;
}
.AnyTagClassName
{
color: #3FFDCC;
}
</style>
background-color css
<style>
a { background-color: #3FFDCC; }
a { background-color: rgb(63,253,204); }
div.DivClassName
{
background-color: #3FFDCC;
}
.BgClassName
{
background-color: #3FFDCC;
}
</style>
border-color css
<style>
span { border-color: #3FFDCC; }
span { border-color: rgb(63,253,204); }
td.TdClassName
{
border-color: #3FFDCC;
}
.TagClassName
{
border-color: #3FFDCC;
}
</style>