Shades of Turquoise #3FEDEA
Tints of Turquoise #3FEDEA
RGB
CMYK
RGB Variations
Color information
#3FEDEA (or 0x3FEDEA) is known color: Turquoise. HEX triplet: 3F, ED and EA. RGB value is (63,237,234). Sum of RGB (Red+Green+Blue) = 63+237+234=534 (70% of max value = 765). Red value is 63 (25% from 255 or 11.80% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDEA is #C01215. Grayscale: #B8B8B8. Windows color (decimal): -12587542 or 15396159. OLE color: 15396159.
HSL color Cylindrical-coordinate representation of color #3FEDEA: hue angle of 178.97º 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 #3FEDEA is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 234 | - |
| CMYK | 0.73 | 0 | 0.01 | 0.07 |
| HSL | 178.97º | 0.83% | 0.59% | - |
| HSV(B) | 178.97º | 0.73% | 0.93% | - |
| XYZ | 47.19 | 67.57 | 88.4 | - |
| YUV | 184.63 | 155.85 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 234 | 0.73 | 0 | 0.01 | 0.07 | 178.97 | 0.83 | 0.59 |
| Hex | 3F | ED | EA | 49 | 0 | 1 | 7 | B3 | 53 | 3B |
| Octal | 77 | 355 | 352 | 111 | 0 | 1 | 7 | 263 | 123 | 73 |
| Binary | 111111 | 11101101 | 11101010 | 1001001 | 0 | 1 | 111 | 10110011 | 1010011 | 111011 |
Color Harmonies of #3FEDEA
Complementary color
Monochromatic Colors of #3FEDEA
Black with #3FEDEA
Text Example
Text Example
White with #3FEDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDEA; }
p { color: rgb(63,237,234); }
H1.HeaderClassName
{
color: #3FEDEA;
}
.AnyTagClassName
{
color: #3FEDEA;
}
</style>
background-color css
<style>
a { background-color: #3FEDEA; }
a { background-color: rgb(63,237,234); }
div.DivClassName
{
background-color: #3FEDEA;
}
.BgClassName
{
background-color: #3FEDEA;
}
</style>
border-color css
<style>
span { border-color: #3FEDEA; }
span { border-color: rgb(63,237,234); }
td.TdClassName
{
border-color: #3FEDEA;
}
.TagClassName
{
border-color: #3FEDEA;
}
</style>