Shades of Turquoise #3FFCD3
Tints of Turquoise #3FFCD3
RGB
CMYK
RGB Variations
Color information
#3FFCD3 (or 0x3FFCD3) is known color: Turquoise. HEX triplet: 3F, FC and D3. RGB value is (63,252,211). Sum of RGB (Red+Green+Blue) = 63+252+211=526 (69% of max value = 765). Red value is 63 (25% from 255 or 11.98% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #3FFCD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFCD3 is #C0032C. Grayscale: #BEBEBE. Windows color (decimal): -12583725 or 13892671. OLE color: 13892671.
HSL color Cylindrical-coordinate representation of color #3FFCD3: hue angle of 166.98º 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 #3FFCD3 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 252 | 211 | - |
| CMYK | 0.75 | 0 | 0.16 | 0.01 |
| HSL | 166.98º | 0.97% | 0.62% | - |
| HSV(B) | 166.98º | 0.75% | 0.99% | - |
| XYZ | 48.62 | 75.38 | 73.62 | - |
| YUV | 190.82 | 139.38 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 252 | 211 | 0.75 | 0 | 0.16 | 0.01 | 166.98 | 0.97 | 0.62 |
| Hex | 3F | FC | D3 | 4B | 0 | 10 | 1 | A7 | 61 | 3E |
| Octal | 77 | 374 | 323 | 113 | 0 | 20 | 1 | 247 | 141 | 76 |
| Binary | 111111 | 11111100 | 11010011 | 1001011 | 0 | 10000 | 1 | 10100111 | 1100001 | 111110 |
Color Harmonies of #3FFCD3
Complementary color
Monochromatic Colors of #3FFCD3
Black with #3FFCD3
Text Example
Text Example
White with #3FFCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFCD3; }
p { color: rgb(63,252,211); }
H1.HeaderClassName
{
color: #3FFCD3;
}
.AnyTagClassName
{
color: #3FFCD3;
}
</style>
background-color css
<style>
a { background-color: #3FFCD3; }
a { background-color: rgb(63,252,211); }
div.DivClassName
{
background-color: #3FFCD3;
}
.BgClassName
{
background-color: #3FFCD3;
}
</style>
border-color css
<style>
span { border-color: #3FFCD3; }
span { border-color: rgb(63,252,211); }
td.TdClassName
{
border-color: #3FFCD3;
}
.TagClassName
{
border-color: #3FFCD3;
}
</style>