Shades of Turquoise #3FEDF4
Tints of Turquoise #3FEDF4
RGB
CMYK
RGB Variations
Color information
#3FEDF4 (or 0x3FEDF4) is known color: Turquoise. HEX triplet: 3F, ED and F4. RGB value is (63,237,244). Sum of RGB (Red+Green+Blue) = 63+237+244=544 (72% of max value = 765). Red value is 63 (25% from 255 or 11.58% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #3FEDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDF4 is #C0120B. Grayscale: #B9B9B9. Windows color (decimal): -12587532 or 16051519. OLE color: 16051519.
HSL color Cylindrical-coordinate representation of color #3FEDF4: hue angle of 182.32º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEDF4 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 237 | 244 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.04 |
| HSL | 182.32º | 0.89% | 0.6% | - |
| HSV(B) | 182.32º | 0.74% | 0.96% | - |
| XYZ | 48.66 | 68.16 | 96.18 | - |
| YUV | 185.77 | 160.85 | 40.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 244 | 0.74 | 0.03 | 0 | 0.04 | 182.32 | 0.89 | 0.6 |
| Hex | 3F | ED | F4 | 4A | 3 | 0 | 4 | B6 | 59 | 3C |
| Octal | 77 | 355 | 364 | 112 | 3 | 0 | 4 | 266 | 131 | 74 |
| Binary | 111111 | 11101101 | 11110100 | 1001010 | 11 | 0 | 100 | 10110110 | 1011001 | 111100 |
Color Harmonies of #3FEDF4
Complementary color
Monochromatic Colors of #3FEDF4
Black with #3FEDF4
Text Example
Text Example
White with #3FEDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDF4; }
p { color: rgb(63,237,244); }
H1.HeaderClassName
{
color: #3FEDF4;
}
.AnyTagClassName
{
color: #3FEDF4;
}
</style>
background-color css
<style>
a { background-color: #3FEDF4; }
a { background-color: rgb(63,237,244); }
div.DivClassName
{
background-color: #3FEDF4;
}
.BgClassName
{
background-color: #3FEDF4;
}
</style>
border-color css
<style>
span { border-color: #3FEDF4; }
span { border-color: rgb(63,237,244); }
td.TdClassName
{
border-color: #3FEDF4;
}
.TagClassName
{
border-color: #3FEDF4;
}
</style>