Shades of Turquoise #3BEEED
Tints of Turquoise #3BEEED
RGB
CMYK
RGB Variations
Color information
#3BEEED (or 0x3BEEED) is known color: Turquoise. HEX triplet: 3B, EE and ED. RGB value is (59,238,237). Sum of RGB (Red+Green+Blue) = 59+238+237=534 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.05% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEED is #C41112. Grayscale: #B8B8B8. Windows color (decimal): -12849427 or 15593019. OLE color: 15593019.
HSL color Cylindrical-coordinate representation of color #3BEEED: hue angle of 179.66º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEEED is Cyan = 0.75, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 237 | - |
| CMYK | 0.75 | 0 | 0.00 | 0.07 |
| HSL | 179.66º | 0.84% | 0.58% | - |
| HSV(B) | 179.66º | 0.75% | 0.93% | - |
| XYZ | 47.66 | 68.19 | 90.77 | - |
| YUV | 184.37 | 157.7 | 38.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 237 | 0.75 | 0 | 0.00 | 0.07 | 179.66 | 0.84 | 0.58 |
| Hex | 3B | EE | ED | 4B | 0 | 0 | 7 | B4 | 54 | 3A |
| Octal | 73 | 356 | 355 | 113 | 0 | 0 | 7 | 264 | 124 | 72 |
| Binary | 111011 | 11101110 | 11101101 | 1001011 | 0 | 0 | 111 | 10110100 | 1010100 | 111010 |
Color Harmonies of #3BEEED
Complementary color
Monochromatic Colors of #3BEEED
Black with #3BEEED
Text Example
Text Example
White with #3BEEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEED; }
p { color: rgb(59,238,237); }
H1.HeaderClassName
{
color: #3BEEED;
}
.AnyTagClassName
{
color: #3BEEED;
}
</style>
background-color css
<style>
a { background-color: #3BEEED; }
a { background-color: rgb(59,238,237); }
div.DivClassName
{
background-color: #3BEEED;
}
.BgClassName
{
background-color: #3BEEED;
}
</style>
border-color css
<style>
span { border-color: #3BEEED; }
span { border-color: rgb(59,238,237); }
td.TdClassName
{
border-color: #3BEEED;
}
.TagClassName
{
border-color: #3BEEED;
}
</style>