Shades of Turquoise #3FEDE9
Tints of Turquoise #3FEDE9
RGB
CMYK
RGB Variations
Color information
#3FEDE9 (or 0x3FEDE9) is known color: Turquoise. HEX triplet: 3F, ED and E9. RGB value is (63,237,233). Sum of RGB (Red+Green+Blue) = 63+237+233=533 (70% of max value = 765). Red value is 63 (25% from 255 or 11.82% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEDE9 is #C01216. Grayscale: #B8B8B8. Windows color (decimal): -12587543 or 15330623. OLE color: 15330623.
HSL color Cylindrical-coordinate representation of color #3FEDE9: hue angle of 178.62º 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 #3FEDE9 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 233 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.07 |
| HSL | 178.62º | 0.83% | 0.59% | - |
| HSV(B) | 178.62º | 0.73% | 0.93% | - |
| XYZ | 47.04 | 67.51 | 87.64 | - |
| YUV | 184.52 | 155.35 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 233 | 0.73 | 0 | 0.02 | 0.07 | 178.62 | 0.83 | 0.59 |
| Hex | 3F | ED | E9 | 49 | 0 | 2 | 7 | B3 | 53 | 3B |
| Octal | 77 | 355 | 351 | 111 | 0 | 2 | 7 | 263 | 123 | 73 |
| Binary | 111111 | 11101101 | 11101001 | 1001001 | 0 | 10 | 111 | 10110011 | 1010011 | 111011 |
Color Harmonies of #3FEDE9
Complementary color
Monochromatic Colors of #3FEDE9
Black with #3FEDE9
Text Example
Text Example
White with #3FEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDE9; }
p { color: rgb(63,237,233); }
H1.HeaderClassName
{
color: #3FEDE9;
}
.AnyTagClassName
{
color: #3FEDE9;
}
</style>
background-color css
<style>
a { background-color: #3FEDE9; }
a { background-color: rgb(63,237,233); }
div.DivClassName
{
background-color: #3FEDE9;
}
.BgClassName
{
background-color: #3FEDE9;
}
</style>
border-color css
<style>
span { border-color: #3FEDE9; }
span { border-color: rgb(63,237,233); }
td.TdClassName
{
border-color: #3FEDE9;
}
.TagClassName
{
border-color: #3FEDE9;
}
</style>