Shades of Turquoise #3FEDDA
Tints of Turquoise #3FEDDA
RGB
CMYK
RGB Variations
Color information
#3FEDDA (or 0x3FEDDA) is known color: Turquoise. HEX triplet: 3F, ED and DA. RGB value is (63,237,218). Sum of RGB (Red+Green+Blue) = 63+237+218=518 (68% of max value = 765). Red value is 63 (25% from 255 or 12.16% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #3FEDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEDDA is #C01225. Grayscale: #B6B6B6. Windows color (decimal): -12587558 or 14347583. OLE color: 14347583.
HSL color Cylindrical-coordinate representation of color #3FEDDA: hue angle of 173.45º 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 #3FEDDA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 218 | - |
| CMYK | 0.73 | 0 | 0.08 | 0.07 |
| HSL | 173.45º | 0.83% | 0.59% | - |
| HSV(B) | 173.45º | 0.73% | 0.93% | - |
| XYZ | 44.99 | 66.69 | 76.83 | - |
| YUV | 182.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 218 | 0.73 | 0 | 0.08 | 0.07 | 173.45 | 0.83 | 0.59 |
| Hex | 3F | ED | DA | 49 | 0 | 8 | 7 | AD | 53 | 3B |
| Octal | 77 | 355 | 332 | 111 | 0 | 10 | 7 | 255 | 123 | 73 |
| Binary | 111111 | 11101101 | 11011010 | 1001001 | 0 | 1000 | 111 | 10101101 | 1010011 | 111011 |
Color Harmonies of #3FEDDA
Complementary color
Monochromatic Colors of #3FEDDA
Black with #3FEDDA
Text Example
Text Example
White with #3FEDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEDDA; }
p { color: rgb(63,237,218); }
H1.HeaderClassName
{
color: #3FEDDA;
}
.AnyTagClassName
{
color: #3FEDDA;
}
</style>
background-color css
<style>
a { background-color: #3FEDDA; }
a { background-color: rgb(63,237,218); }
div.DivClassName
{
background-color: #3FEDDA;
}
.BgClassName
{
background-color: #3FEDDA;
}
</style>
border-color css
<style>
span { border-color: #3FEDDA; }
span { border-color: rgb(63,237,218); }
td.TdClassName
{
border-color: #3FEDDA;
}
.TagClassName
{
border-color: #3FEDDA;
}
</style>