Shades of Turquoise #3FFDDE
Tints of Turquoise #3FFDDE
RGB
CMYK
RGB Variations
Color information
#3FFDDE (or 0x3FFDDE) is known color: Turquoise. HEX triplet: 3F, FD and DE. RGB value is (63,253,222). Sum of RGB (Red+Green+Blue) = 63+253+222=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 253 (99.22% from 255 or 47.03% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDDE is #C00221. Grayscale: #C0C0C0. Windows color (decimal): -12583458 or 14613823. OLE color: 14613823.
HSL color Cylindrical-coordinate representation of color #3FFDDE: hue angle of 170.21º 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 #3FFDDE is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 253 | 222 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.01 |
| HSL | 170.21º | 0.98% | 0.62% | - |
| HSV(B) | 170.21º | 0.75% | 0.99% | - |
| XYZ | 50.36 | 76.58 | 81.23 | - |
| YUV | 192.66 | 144.55 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 253 | 222 | 0.75 | 0 | 0.12 | 0.01 | 170.21 | 0.98 | 0.62 |
| Hex | 3F | FD | DE | 4B | 0 | C | 1 | AA | 62 | 3E |
| Octal | 77 | 375 | 336 | 113 | 0 | 14 | 1 | 252 | 142 | 76 |
| Binary | 111111 | 11111101 | 11011110 | 1001011 | 0 | 1100 | 1 | 10101010 | 1100010 | 111110 |
Color Harmonies of #3FFDDE
Complementary color
Monochromatic Colors of #3FFDDE
Black with #3FFDDE
Text Example
Text Example
White with #3FFDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFDDE; }
p { color: rgb(63,253,222); }
H1.HeaderClassName
{
color: #3FFDDE;
}
.AnyTagClassName
{
color: #3FFDDE;
}
</style>
background-color css
<style>
a { background-color: #3FFDDE; }
a { background-color: rgb(63,253,222); }
div.DivClassName
{
background-color: #3FFDDE;
}
.BgClassName
{
background-color: #3FFDDE;
}
</style>
border-color css
<style>
span { border-color: #3FFDDE; }
span { border-color: rgb(63,253,222); }
td.TdClassName
{
border-color: #3FFDDE;
}
.TagClassName
{
border-color: #3FFDDE;
}
</style>