Shades of Turquoise #3FEDEF
Tints of Turquoise #3FEDEF
RGB
CMYK
RGB Variations
Color information
#3FEDEF (or 0x3FEDEF) is known color: Turquoise. HEX triplet: 3F, ED and EF. RGB value is (63,237,239). Sum of RGB (Red+Green+Blue) = 63+237+239=539 (71% of max value = 765). Red value is 63 (25% from 255 or 11.69% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #3FEDEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDEF is #C01210. Grayscale: #B9B9B9. Windows color (decimal): -12587537 or 15723839. OLE color: 15723839.
HSL color Cylindrical-coordinate representation of color #3FEDEF: hue angle of 180.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEDEF is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 237 | 239 | - |
| CMYK | 0.74 | 0.01 | 0 | 0.06 |
| HSL | 180.68º | 0.85% | 0.59% | - |
| HSV(B) | 180.68º | 0.74% | 0.94% | - |
| XYZ | 47.91 | 67.86 | 92.23 | - |
| YUV | 185.2 | 158.35 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 239 | 0.74 | 0.01 | 0 | 0.06 | 180.68 | 0.85 | 0.59 |
| Hex | 3F | ED | EF | 4A | 1 | 0 | 6 | B5 | 55 | 3B |
| Octal | 77 | 355 | 357 | 112 | 1 | 0 | 6 | 265 | 125 | 73 |
| Binary | 111111 | 11101101 | 11101111 | 1001010 | 1 | 0 | 110 | 10110101 | 1010101 | 111011 |
Color Harmonies of #3FEDEF
Complementary color
Monochromatic Colors of #3FEDEF
Black with #3FEDEF
Text Example
Text Example
White with #3FEDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDEF; }
p { color: rgb(63,237,239); }
H1.HeaderClassName
{
color: #3FEDEF;
}
.AnyTagClassName
{
color: #3FEDEF;
}
</style>
background-color css
<style>
a { background-color: #3FEDEF; }
a { background-color: rgb(63,237,239); }
div.DivClassName
{
background-color: #3FEDEF;
}
.BgClassName
{
background-color: #3FEDEF;
}
</style>
border-color css
<style>
span { border-color: #3FEDEF; }
span { border-color: rgb(63,237,239); }
td.TdClassName
{
border-color: #3FEDEF;
}
.TagClassName
{
border-color: #3FEDEF;
}
</style>