Shades of Turquoise #3BEDE9
Tints of Turquoise #3BEDE9
RGB
CMYK
RGB Variations
Color information
#3BEDE9 (or 0x3BEDE9) is known color: Turquoise. HEX triplet: 3B, ED and E9. RGB value is (59,237,233). Sum of RGB (Red+Green+Blue) = 59+237+233=529 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.15% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEDE9 is #C41216. Grayscale: #B7B7B7. Windows color (decimal): -12849687 or 15330619. OLE color: 15330619.
HSL color Cylindrical-coordinate representation of color #3BEDE9: hue angle of 178.65º degrees, saturation: 0.83, 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 #3BEDE9 is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 237 | 233 | - |
| CMYK | 0.75 | 0 | 0.02 | 0.07 |
| HSL | 178.65º | 0.83% | 0.58% | - |
| HSV(B) | 178.65º | 0.75% | 0.93% | - |
| XYZ | 46.8 | 67.38 | 87.63 | - |
| YUV | 183.32 | 156.03 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 237 | 233 | 0.75 | 0 | 0.02 | 0.07 | 178.65 | 0.83 | 0.58 |
| Hex | 3B | ED | E9 | 4B | 0 | 2 | 7 | B3 | 53 | 3A |
| Octal | 73 | 355 | 351 | 113 | 0 | 2 | 7 | 263 | 123 | 72 |
| Binary | 111011 | 11101101 | 11101001 | 1001011 | 0 | 10 | 111 | 10110011 | 1010011 | 111010 |
Color Harmonies of #3BEDE9
Complementary color
Monochromatic Colors of #3BEDE9
Black with #3BEDE9
Text Example
Text Example
White with #3BEDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEDE9; }
p { color: rgb(59,237,233); }
H1.HeaderClassName
{
color: #3BEDE9;
}
.AnyTagClassName
{
color: #3BEDE9;
}
</style>
background-color css
<style>
a { background-color: #3BEDE9; }
a { background-color: rgb(59,237,233); }
div.DivClassName
{
background-color: #3BEDE9;
}
.BgClassName
{
background-color: #3BEDE9;
}
</style>
border-color css
<style>
span { border-color: #3BEDE9; }
span { border-color: rgb(59,237,233); }
td.TdClassName
{
border-color: #3BEDE9;
}
.TagClassName
{
border-color: #3BEDE9;
}
</style>