Shades of Turquoise #3FEAFC
Tints of Turquoise #3FEAFC
RGB
CMYK
RGB Variations
Color information
#3FEAFC (or 0x3FEAFC) is known color: Turquoise. HEX triplet: 3F, EA and FC. RGB value is (63,234,252). Sum of RGB (Red+Green+Blue) = 63+234+252=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 234 (91.80% from 255 or 42.62% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #3FEAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEAFC is #C01503. Grayscale: #B8B8B8. Windows color (decimal): -12588292 or 16575039. OLE color: 16575039.
HSL color Cylindrical-coordinate representation of color #3FEAFC: hue angle of 185.71º 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 #3FEAFC is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 234 | 252 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.01 |
| HSL | 185.71º | 0.97% | 0.62% | - |
| HSV(B) | 185.71º | 0.75% | 0.99% | - |
| XYZ | 49.04 | 66.93 | 102.43 | - |
| YUV | 184.92 | 165.85 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 252 | 0.75 | 0.07 | 0 | 0.01 | 185.71 | 0.97 | 0.62 |
| Hex | 3F | EA | FC | 4B | 7 | 0 | 1 | BA | 61 | 3E |
| Octal | 77 | 352 | 374 | 113 | 7 | 0 | 1 | 272 | 141 | 76 |
| Binary | 111111 | 11101010 | 11111100 | 1001011 | 111 | 0 | 1 | 10111010 | 1100001 | 111110 |
Color Harmonies of #3FEAFC
Complementary color
Monochromatic Colors of #3FEAFC
Black with #3FEAFC
Text Example
Text Example
White with #3FEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEAFC; }
p { color: rgb(63,234,252); }
H1.HeaderClassName
{
color: #3FEAFC;
}
.AnyTagClassName
{
color: #3FEAFC;
}
</style>
background-color css
<style>
a { background-color: #3FEAFC; }
a { background-color: rgb(63,234,252); }
div.DivClassName
{
background-color: #3FEAFC;
}
.BgClassName
{
background-color: #3FEAFC;
}
</style>
border-color css
<style>
span { border-color: #3FEAFC; }
span { border-color: rgb(63,234,252); }
td.TdClassName
{
border-color: #3FEAFC;
}
.TagClassName
{
border-color: #3FEAFC;
}
</style>