Shades of Turquoise #3FFDED
Tints of Turquoise #3FFDED
RGB
CMYK
RGB Variations
Color information
#3FFDED (or 0x3FFDED) is known color: Turquoise. HEX triplet: 3F, FD and ED. RGB value is (63,253,237). Sum of RGB (Red+Green+Blue) = 63+253+237=553 (73% of max value = 765). Red value is 63 (25% from 255 or 11.39% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFDED is #C00212. Grayscale: #C2C2C2. Windows color (decimal): -12583443 or 15596863. OLE color: 15596863.
HSL color Cylindrical-coordinate representation of color #3FFDED: hue angle of 174.95º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDED is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 237 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.01 |
| HSL | 174.95º | 0.98% | 0.62% | - |
| HSV(B) | 174.95º | 0.75% | 0.99% | - |
| XYZ | 52.46 | 77.42 | 92.3 | - |
| YUV | 194.37 | 152.05 | 34.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 237 | 0.75 | 0 | 0.06 | 0.01 | 174.95 | 0.98 | 0.62 |
| Hex | 3F | FD | ED | 4B | 0 | 6 | 1 | AF | 62 | 3E |
| Octal | 77 | 375 | 355 | 113 | 0 | 6 | 1 | 257 | 142 | 76 |
| Binary | 111111 | 11111101 | 11101101 | 1001011 | 0 | 110 | 1 | 10101111 | 1100010 | 111110 |
Color Harmonies of #3FFDED
Complementary color
Monochromatic Colors of #3FFDED
Black with #3FFDED
Text Example
Text Example
White with #3FFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDED; }
p { color: rgb(63,253,237); }
H1.HeaderClassName
{
color: #3FFDED;
}
.AnyTagClassName
{
color: #3FFDED;
}
</style>
background-color css
<style>
a { background-color: #3FFDED; }
a { background-color: rgb(63,253,237); }
div.DivClassName
{
background-color: #3FFDED;
}
.BgClassName
{
background-color: #3FFDED;
}
</style>
border-color css
<style>
span { border-color: #3FFDED; }
span { border-color: rgb(63,253,237); }
td.TdClassName
{
border-color: #3FFDED;
}
.TagClassName
{
border-color: #3FFDED;
}
</style>