Shades of Turquoise #3BEFEA
Tints of Turquoise #3BEFEA
RGB
CMYK
RGB Variations
Color information
#3BEFEA (or 0x3BEFEA) is known color: Turquoise. HEX triplet: 3B, EF and EA. RGB value is (59,239,234). Sum of RGB (Red+Green+Blue) = 59+239+234=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFEA is #C41015. Grayscale: #B8B8B8. Windows color (decimal): -12849174 or 15396667. OLE color: 15396667.
HSL color Cylindrical-coordinate representation of color #3BEFEA: hue angle of 178.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFEA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 234 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.06 |
| HSL | 178.33º | 0.85% | 0.58% | - |
| HSV(B) | 178.33º | 0.75% | 0.94% | - |
| XYZ | 47.52 | 68.6 | 88.58 | - |
| YUV | 184.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 234 | 0.75 | 0 | 0.02 | 0.06 | 178.33 | 0.85 | 0.58 |
| Hex | 3B | EF | EA | 4B | 0 | 2 | 6 | B2 | 55 | 3A |
| Octal | 73 | 357 | 352 | 113 | 0 | 2 | 6 | 262 | 125 | 72 |
| Binary | 111011 | 11101111 | 11101010 | 1001011 | 0 | 10 | 110 | 10110010 | 1010101 | 111010 |
Color Harmonies of #3BEFEA
Complementary color
Monochromatic Colors of #3BEFEA
Black with #3BEFEA
Text Example
Text Example
White with #3BEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFEA; }
p { color: rgb(59,239,234); }
H1.HeaderClassName
{
color: #3BEFEA;
}
.AnyTagClassName
{
color: #3BEFEA;
}
</style>
background-color css
<style>
a { background-color: #3BEFEA; }
a { background-color: rgb(59,239,234); }
div.DivClassName
{
background-color: #3BEFEA;
}
.BgClassName
{
background-color: #3BEFEA;
}
</style>
border-color css
<style>
span { border-color: #3BEFEA; }
span { border-color: rgb(59,239,234); }
td.TdClassName
{
border-color: #3BEFEA;
}
.TagClassName
{
border-color: #3BEFEA;
}
</style>