Shades of Turquoise #3FFCDE
Tints of Turquoise #3FFCDE
RGB
CMYK
RGB Variations
Color information
#3FFCDE (or 0x3FFCDE) is known color: Turquoise. HEX triplet: 3F, FC and DE. RGB value is (63,252,222). Sum of RGB (Red+Green+Blue) = 63+252+222=537 (71% of max value = 765). Red value is 63 (25% from 255 or 11.73% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCDE is #C00321. Grayscale: #C0C0C0. Windows color (decimal): -12583714 or 14613567. OLE color: 14613567.
HSL color Cylindrical-coordinate representation of color #3FFCDE: hue angle of 170.48º degrees, saturation: 0.97, 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 #3FFCDE is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 222 | - |
| CMYK | 0.75 | 0 | 0.12 | 0.01 |
| HSL | 170.48º | 0.97% | 0.62% | - |
| HSV(B) | 170.48º | 0.75% | 0.99% | - |
| XYZ | 50.05 | 75.95 | 81.13 | - |
| YUV | 192.07 | 144.88 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 222 | 0.75 | 0 | 0.12 | 0.01 | 170.48 | 0.97 | 0.62 |
| Hex | 3F | FC | DE | 4B | 0 | C | 1 | AA | 61 | 3E |
| Octal | 77 | 374 | 336 | 113 | 0 | 14 | 1 | 252 | 141 | 76 |
| Binary | 111111 | 11111100 | 11011110 | 1001011 | 0 | 1100 | 1 | 10101010 | 1100001 | 111110 |
Color Harmonies of #3FFCDE
Complementary color
Monochromatic Colors of #3FFCDE
Black with #3FFCDE
Text Example
Text Example
White with #3FFCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCDE; }
p { color: rgb(63,252,222); }
H1.HeaderClassName
{
color: #3FFCDE;
}
.AnyTagClassName
{
color: #3FFCDE;
}
</style>
background-color css
<style>
a { background-color: #3FFCDE; }
a { background-color: rgb(63,252,222); }
div.DivClassName
{
background-color: #3FFCDE;
}
.BgClassName
{
background-color: #3FFCDE;
}
</style>
border-color css
<style>
span { border-color: #3FFCDE; }
span { border-color: rgb(63,252,222); }
td.TdClassName
{
border-color: #3FFCDE;
}
.TagClassName
{
border-color: #3FFCDE;
}
</style>