Shades of Turquoise #3FFBE5
Tints of Turquoise #3FFBE5
RGB
CMYK
RGB Variations
Color information
#3FFBE5 (or 0x3FFBE5) is known color: Turquoise. HEX triplet: 3F, FB and E5. RGB value is (63,251,229). Sum of RGB (Red+Green+Blue) = 63+251+229=543 (71% of max value = 765). Red value is 63 (25% from 255 or 11.60% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFBE5 is #C0041A. Grayscale: #C0C0C0. Windows color (decimal): -12583963 or 15072063. OLE color: 15072063.
HSL color Cylindrical-coordinate representation of color #3FFBE5: hue angle of 172.98º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFBE5 is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 229 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.02 |
| HSL | 172.98º | 0.96% | 0.62% | - |
| HSV(B) | 172.98º | 0.75% | 0.98% | - |
| XYZ | 50.69 | 75.71 | 86.07 | - |
| YUV | 192.28 | 148.72 | 35.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 229 | 0.75 | 0 | 0.09 | 0.02 | 172.98 | 0.96 | 0.62 |
| Hex | 3F | FB | E5 | 4B | 0 | 9 | 2 | AD | 60 | 3E |
| Octal | 77 | 373 | 345 | 113 | 0 | 11 | 2 | 255 | 140 | 76 |
| Binary | 111111 | 11111011 | 11100101 | 1001011 | 0 | 1001 | 10 | 10101101 | 1100000 | 111110 |
Color Harmonies of #3FFBE5
Complementary color
Monochromatic Colors of #3FFBE5
Black with #3FFBE5
Text Example
Text Example
White with #3FFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFBE5; }
p { color: rgb(63,251,229); }
H1.HeaderClassName
{
color: #3FFBE5;
}
.AnyTagClassName
{
color: #3FFBE5;
}
</style>
background-color css
<style>
a { background-color: #3FFBE5; }
a { background-color: rgb(63,251,229); }
div.DivClassName
{
background-color: #3FFBE5;
}
.BgClassName
{
background-color: #3FFBE5;
}
</style>
border-color css
<style>
span { border-color: #3FFBE5; }
span { border-color: rgb(63,251,229); }
td.TdClassName
{
border-color: #3FFBE5;
}
.TagClassName
{
border-color: #3FFBE5;
}
</style>