Shades of Turquoise #3FEFDD
Tints of Turquoise #3FEFDD
RGB
CMYK
RGB Variations
Color information
#3FEFDD (or 0x3FEFDD) is known color: Turquoise. HEX triplet: 3F, EF and DD. RGB value is (63,239,221). Sum of RGB (Red+Green+Blue) = 63+239+221=523 (69% of max value = 765). Red value is 63 (25% from 255 or 12.05% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFDD is #C01022. Grayscale: #B8B8B8. Windows color (decimal): -12587043 or 14544703. OLE color: 14544703.
HSL color Cylindrical-coordinate representation of color #3FEFDD: hue angle of 173.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFDD is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 221 | - |
| CMYK | 0.74 | 0 | 0.08 | 0.06 |
| HSL | 173.86º | 0.85% | 0.59% | - |
| HSV(B) | 173.86º | 0.74% | 0.94% | - |
| XYZ | 45.97 | 68.01 | 79.11 | - |
| YUV | 184.32 | 148.69 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 221 | 0.74 | 0 | 0.08 | 0.06 | 173.86 | 0.85 | 0.59 |
| Hex | 3F | EF | DD | 4A | 0 | 8 | 6 | AE | 55 | 3B |
| Octal | 77 | 357 | 335 | 112 | 0 | 10 | 6 | 256 | 125 | 73 |
| Binary | 111111 | 11101111 | 11011101 | 1001010 | 0 | 1000 | 110 | 10101110 | 1010101 | 111011 |
Color Harmonies of #3FEFDD
Complementary color
Monochromatic Colors of #3FEFDD
Black with #3FEFDD
Text Example
Text Example
White with #3FEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFDD; }
p { color: rgb(63,239,221); }
H1.HeaderClassName
{
color: #3FEFDD;
}
.AnyTagClassName
{
color: #3FEFDD;
}
</style>
background-color css
<style>
a { background-color: #3FEFDD; }
a { background-color: rgb(63,239,221); }
div.DivClassName
{
background-color: #3FEFDD;
}
.BgClassName
{
background-color: #3FEFDD;
}
</style>
border-color css
<style>
span { border-color: #3FEFDD; }
span { border-color: rgb(63,239,221); }
td.TdClassName
{
border-color: #3FEFDD;
}
.TagClassName
{
border-color: #3FEFDD;
}
</style>