Shades of Turquoise #3FEFFC
Tints of Turquoise #3FEFFC
RGB
CMYK
RGB Variations
Color information
#3FEFFC (or 0x3FEFFC) is known color: Turquoise. HEX triplet: 3F, EF and FC. RGB value is (63,239,252). Sum of RGB (Red+Green+Blue) = 63+239+252=554 (73% of max value = 765). Red value is 63 (25% from 255 or 11.37% from 554); Green value is 239 (93.75% from 255 or 43.14% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FEFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEFFC is #C01003. Grayscale: #BBBBBB. Windows color (decimal): -12587012 or 16576319. OLE color: 16576319.
HSL color Cylindrical-coordinate representation of color #3FEFFC: hue angle of 184.13º 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 #3FEFFC is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 239 | 252 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.01 |
| HSL | 184.13º | 0.97% | 0.62% | - |
| HSV(B) | 184.13º | 0.75% | 0.99% | - |
| XYZ | 50.49 | 69.82 | 102.91 | - |
| YUV | 187.86 | 164.19 | 38.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 252 | 0.75 | 0.05 | 0 | 0.01 | 184.13 | 0.97 | 0.62 |
| Hex | 3F | EF | FC | 4B | 5 | 0 | 1 | B8 | 61 | 3E |
| Octal | 77 | 357 | 374 | 113 | 5 | 0 | 1 | 270 | 141 | 76 |
| Binary | 111111 | 11101111 | 11111100 | 1001011 | 101 | 0 | 1 | 10111000 | 1100001 | 111110 |
Color Harmonies of #3FEFFC
Complementary color
Monochromatic Colors of #3FEFFC
Black with #3FEFFC
Text Example
Text Example
White with #3FEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFFC; }
p { color: rgb(63,239,252); }
H1.HeaderClassName
{
color: #3FEFFC;
}
.AnyTagClassName
{
color: #3FEFFC;
}
</style>
background-color css
<style>
a { background-color: #3FEFFC; }
a { background-color: rgb(63,239,252); }
div.DivClassName
{
background-color: #3FEFFC;
}
.BgClassName
{
background-color: #3FEFFC;
}
</style>
border-color css
<style>
span { border-color: #3FEFFC; }
span { border-color: rgb(63,239,252); }
td.TdClassName
{
border-color: #3FEFFC;
}
.TagClassName
{
border-color: #3FEFFC;
}
</style>