Shades of Turquoise #3FEFDE
Tints of Turquoise #3FEFDE
RGB
CMYK
RGB Variations
Color information
#3FEFDE (or 0x3FEFDE) is known color: Turquoise. HEX triplet: 3F, EF and DE. RGB value is (63,239,222). Sum of RGB (Red+Green+Blue) = 63+239+222=524 (69% of max value = 765). Red value is 63 (25% from 255 or 12.02% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFDE is #C01021. Grayscale: #B8B8B8. Windows color (decimal): -12587042 or 14610239. OLE color: 14610239.
HSL color Cylindrical-coordinate representation of color #3FEFDE: hue angle of 174.2º 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 #3FEFDE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 222 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.06 |
| HSL | 174.2º | 0.85% | 0.59% | - |
| HSV(B) | 174.2º | 0.74% | 0.94% | - |
| XYZ | 46.1 | 68.06 | 79.82 | - |
| YUV | 184.44 | 149.19 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 222 | 0.74 | 0 | 0.07 | 0.06 | 174.2 | 0.85 | 0.59 |
| Hex | 3F | EF | DE | 4A | 0 | 7 | 6 | AE | 55 | 3B |
| Octal | 77 | 357 | 336 | 112 | 0 | 7 | 6 | 256 | 125 | 73 |
| Binary | 111111 | 11101111 | 11011110 | 1001010 | 0 | 111 | 110 | 10101110 | 1010101 | 111011 |
Color Harmonies of #3FEFDE
Complementary color
Monochromatic Colors of #3FEFDE
Black with #3FEFDE
Text Example
Text Example
White with #3FEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEFDE; }
p { color: rgb(63,239,222); }
H1.HeaderClassName
{
color: #3FEFDE;
}
.AnyTagClassName
{
color: #3FEFDE;
}
</style>
background-color css
<style>
a { background-color: #3FEFDE; }
a { background-color: rgb(63,239,222); }
div.DivClassName
{
background-color: #3FEFDE;
}
.BgClassName
{
background-color: #3FEFDE;
}
</style>
border-color css
<style>
span { border-color: #3FEFDE; }
span { border-color: rgb(63,239,222); }
td.TdClassName
{
border-color: #3FEFDE;
}
.TagClassName
{
border-color: #3FEFDE;
}
</style>