Shades of Turquoise #3FDCCF
Tints of Turquoise #3FDCCF
RGB
CMYK
RGB Variations
Color information
#3FDCCF (or 0x3FDCCF) is known color: Turquoise. HEX triplet: 3F, DC and CF. RGB value is (63,220,207). Sum of RGB (Red+Green+Blue) = 63+220+207=490 (64% of max value = 765). Red value is 63 (25% from 255 or 12.86% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDCCF is #C02330. Grayscale: #ABABAB. Windows color (decimal): -12591921 or 13622335. OLE color: 13622335.
HSL color Cylindrical-coordinate representation of color #3FDCCF: hue angle of 175.03º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDCCF is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 207 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.14 |
| HSL | 175.03º | 0.69% | 0.55% | - |
| HSV(B) | 175.03º | 0.71% | 0.86% | - |
| XYZ | 38.91 | 56.75 | 67.93 | - |
| YUV | 171.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 207 | 0.71 | 0 | 0.06 | 0.14 | 175.03 | 0.69 | 0.55 |
| Hex | 3F | DC | CF | 47 | 0 | 6 | E | AF | 45 | 37 |
| Octal | 77 | 334 | 317 | 107 | 0 | 6 | 16 | 257 | 105 | 67 |
| Binary | 111111 | 11011100 | 11001111 | 1000111 | 0 | 110 | 1110 | 10101111 | 1000101 | 110111 |
Color Harmonies of #3FDCCF
Complementary color
Monochromatic Colors of #3FDCCF
Black with #3FDCCF
Text Example
Text Example
White with #3FDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDCCF; }
p { color: rgb(63,220,207); }
H1.HeaderClassName
{
color: #3FDCCF;
}
.AnyTagClassName
{
color: #3FDCCF;
}
</style>
background-color css
<style>
a { background-color: #3FDCCF; }
a { background-color: rgb(63,220,207); }
div.DivClassName
{
background-color: #3FDCCF;
}
.BgClassName
{
background-color: #3FDCCF;
}
</style>
border-color css
<style>
span { border-color: #3FDCCF; }
span { border-color: rgb(63,220,207); }
td.TdClassName
{
border-color: #3FDCCF;
}
.TagClassName
{
border-color: #3FDCCF;
}
</style>