Shades of Turquoise #3BEFED
Tints of Turquoise #3BEFED
RGB
CMYK
RGB Variations
Color information
#3BEFED (or 0x3BEFED) is known color: Turquoise. HEX triplet: 3B, EF and ED. RGB value is (59,239,237). Sum of RGB (Red+Green+Blue) = 59+239+237=535 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.03% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEFED is #C41012. Grayscale: #B8B8B8. Windows color (decimal): -12849171 or 15593275. OLE color: 15593275.
HSL color Cylindrical-coordinate representation of color #3BEFED: hue angle of 179.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 #3BEFED is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 237 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.06 |
| HSL | 179.33º | 0.85% | 0.58% | - |
| HSV(B) | 179.33º | 0.75% | 0.94% | - |
| XYZ | 47.96 | 68.78 | 90.87 | - |
| YUV | 184.95 | 157.37 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 237 | 0.75 | 0 | 0.01 | 0.06 | 179.33 | 0.85 | 0.58 |
| Hex | 3B | EF | ED | 4B | 0 | 1 | 6 | B3 | 55 | 3A |
| Octal | 73 | 357 | 355 | 113 | 0 | 1 | 6 | 263 | 125 | 72 |
| Binary | 111011 | 11101111 | 11101101 | 1001011 | 0 | 1 | 110 | 10110011 | 1010101 | 111010 |
Color Harmonies of #3BEFED
Complementary color
Monochromatic Colors of #3BEFED
Black with #3BEFED
Text Example
Text Example
White with #3BEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFED; }
p { color: rgb(59,239,237); }
H1.HeaderClassName
{
color: #3BEFED;
}
.AnyTagClassName
{
color: #3BEFED;
}
</style>
background-color css
<style>
a { background-color: #3BEFED; }
a { background-color: rgb(59,239,237); }
div.DivClassName
{
background-color: #3BEFED;
}
.BgClassName
{
background-color: #3BEFED;
}
</style>
border-color css
<style>
span { border-color: #3BEFED; }
span { border-color: rgb(59,239,237); }
td.TdClassName
{
border-color: #3BEFED;
}
.TagClassName
{
border-color: #3BEFED;
}
</style>