Shades of Turquoise #3FFCF5
Tints of Turquoise #3FFCF5
RGB
CMYK
RGB Variations
Color information
#3FFCF5 (or 0x3FFCF5) is known color: Turquoise. HEX triplet: 3F, FC and F5. RGB value is (63,252,245). Sum of RGB (Red+Green+Blue) = 63+252+245=560 (74% of max value = 765). Red value is 63 (25% from 255 or 11.25% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFCF5 is #C0030A. Grayscale: #C2C2C2. Windows color (decimal): -12583691 or 16120895. OLE color: 16120895.
HSL color Cylindrical-coordinate representation of color #3FFCF5: hue angle of 177.78º degrees, saturation: 0.97, 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 #3FFCF5 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 245 | - |
| CMYK | 0.75 | 0 | 0.03 | 0.01 |
| HSL | 177.78º | 0.97% | 0.62% | - |
| HSV(B) | 177.78º | 0.75% | 0.99% | - |
| XYZ | 53.34 | 77.27 | 98.49 | - |
| YUV | 194.69 | 156.38 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 245 | 0.75 | 0 | 0.03 | 0.01 | 177.78 | 0.97 | 0.62 |
| Hex | 3F | FC | F5 | 4B | 0 | 3 | 1 | B2 | 61 | 3E |
| Octal | 77 | 374 | 365 | 113 | 0 | 3 | 1 | 262 | 141 | 76 |
| Binary | 111111 | 11111100 | 11110101 | 1001011 | 0 | 11 | 1 | 10110010 | 1100001 | 111110 |
Color Harmonies of #3FFCF5
Complementary color
Monochromatic Colors of #3FFCF5
Black with #3FFCF5
Text Example
Text Example
White with #3FFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCF5; }
p { color: rgb(63,252,245); }
H1.HeaderClassName
{
color: #3FFCF5;
}
.AnyTagClassName
{
color: #3FFCF5;
}
</style>
background-color css
<style>
a { background-color: #3FFCF5; }
a { background-color: rgb(63,252,245); }
div.DivClassName
{
background-color: #3FFCF5;
}
.BgClassName
{
background-color: #3FFCF5;
}
</style>
border-color css
<style>
span { border-color: #3FFCF5; }
span { border-color: rgb(63,252,245); }
td.TdClassName
{
border-color: #3FFCF5;
}
.TagClassName
{
border-color: #3FFCF5;
}
</style>