Shades of Turquoise #3FEDED
Tints of Turquoise #3FEDED
RGB
CMYK
RGB Variations
Color information
#3FEDED (or 0x3FEDED) is known color: Turquoise. HEX triplet: 3F, ED and ED. RGB value is (63,237,237). Sum of RGB (Red+Green+Blue) = 63+237+237=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #3FEDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDED is #C01212. Grayscale: #B8B8B8. Windows color (decimal): -12587539 or 15592767. OLE color: 15592767.
HSL color Cylindrical-coordinate representation of color #3FEDED: hue angle of 180º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEDED is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 237 | - |
| CMYK | 0.73 | 0 | 0 | 0.07 |
| HSL | 180º | 0.83% | 0.59% | - |
| HSV(B) | 180º | 0.73% | 0.93% | - |
| XYZ | 47.62 | 67.74 | 90.69 | - |
| YUV | 184.97 | 157.35 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 237 | 0.73 | 0 | 0 | 0.07 | 180 | 0.83 | 0.59 |
| Hex | 3F | ED | ED | 49 | 0 | 0 | 7 | B4 | 53 | 3B |
| Octal | 77 | 355 | 355 | 111 | 0 | 0 | 7 | 264 | 123 | 73 |
| Binary | 111111 | 11101101 | 11101101 | 1001001 | 0 | 0 | 111 | 10110100 | 1010011 | 111011 |
Color Harmonies of #3FEDED
Complementary color
Monochromatic Colors of #3FEDED
Black with #3FEDED
Text Example
Text Example
White with #3FEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDED; }
p { color: rgb(63,237,237); }
H1.HeaderClassName
{
color: #3FEDED;
}
.AnyTagClassName
{
color: #3FEDED;
}
</style>
background-color css
<style>
a { background-color: #3FEDED; }
a { background-color: rgb(63,237,237); }
div.DivClassName
{
background-color: #3FEDED;
}
.BgClassName
{
background-color: #3FEDED;
}
</style>
border-color css
<style>
span { border-color: #3FEDED; }
span { border-color: rgb(63,237,237); }
td.TdClassName
{
border-color: #3FEDED;
}
.TagClassName
{
border-color: #3FEDED;
}
</style>