Shades of Turquoise #3FEBEB
Tints of Turquoise #3FEBEB
RGB
CMYK
RGB Variations
Color information
#3FEBEB (or 0x3FEBEB) is known color: Turquoise. HEX triplet: 3F, EB and EB. RGB value is (63,235,235). Sum of RGB (Red+Green+Blue) = 63+235+235=533 (70% of max value = 765). Red value is 63 (25% from 255 or 11.82% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #3FEBEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBEB is #C01414. Grayscale: #B7B7B7. Windows color (decimal): -12588053 or 15461183. OLE color: 15461183.
HSL color Cylindrical-coordinate representation of color #3FEBEB: hue angle of 180º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBEB is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 235 | - |
| CMYK | 0.73 | 0 | 0 | 0.08 |
| HSL | 180º | 0.81% | 0.58% | - |
| HSV(B) | 180º | 0.73% | 0.92% | - |
| XYZ | 46.75 | 66.47 | 88.96 | - |
| YUV | 183.57 | 157.02 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 235 | 0.73 | 0 | 0 | 0.08 | 180 | 0.81 | 0.58 |
| Hex | 3F | EB | EB | 49 | 0 | 0 | 8 | B4 | 51 | 3A |
| Octal | 77 | 353 | 353 | 111 | 0 | 0 | 10 | 264 | 121 | 72 |
| Binary | 111111 | 11101011 | 11101011 | 1001001 | 0 | 0 | 1000 | 10110100 | 1010001 | 111010 |
Color Harmonies of #3FEBEB
Complementary color
Monochromatic Colors of #3FEBEB
Black with #3FEBEB
Text Example
Text Example
White with #3FEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBEB; }
p { color: rgb(63,235,235); }
H1.HeaderClassName
{
color: #3FEBEB;
}
.AnyTagClassName
{
color: #3FEBEB;
}
</style>
background-color css
<style>
a { background-color: #3FEBEB; }
a { background-color: rgb(63,235,235); }
div.DivClassName
{
background-color: #3FEBEB;
}
.BgClassName
{
background-color: #3FEBEB;
}
</style>
border-color css
<style>
span { border-color: #3FEBEB; }
span { border-color: rgb(63,235,235); }
td.TdClassName
{
border-color: #3FEBEB;
}
.TagClassName
{
border-color: #3FEBEB;
}
</style>