Shades of Turquoise #3BEFCD
Tints of Turquoise #3BEFCD
RGB
CMYK
RGB Variations
Color information
#3BEFCD (or 0x3BEFCD) is known color: Turquoise. HEX triplet: 3B, EF and CD. RGB value is (59,239,205). Sum of RGB (Red+Green+Blue) = 59+239+205=503 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.73% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFCD is #C41032. Grayscale: #B5B5B5. Windows color (decimal): -12849203 or 13496123. OLE color: 13496123.
HSL color Cylindrical-coordinate representation of color #3BEFCD: hue angle of 168.67º 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 #3BEFCD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 205 | - |
| CMYK | 0.75 | 0 | 0.14 | 0.06 |
| HSL | 168.67º | 0.85% | 0.58% | - |
| HSV(B) | 168.67º | 0.75% | 0.94% | - |
| XYZ | 43.69 | 67.07 | 68.4 | - |
| YUV | 181.3 | 141.37 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 205 | 0.75 | 0 | 0.14 | 0.06 | 168.67 | 0.85 | 0.58 |
| Hex | 3B | EF | CD | 4B | 0 | E | 6 | A9 | 55 | 3A |
| Octal | 73 | 357 | 315 | 113 | 0 | 16 | 6 | 251 | 125 | 72 |
| Binary | 111011 | 11101111 | 11001101 | 1001011 | 0 | 1110 | 110 | 10101001 | 1010101 | 111010 |
Color Harmonies of #3BEFCD
Complementary color
Monochromatic Colors of #3BEFCD
Black with #3BEFCD
Text Example
Text Example
White with #3BEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFCD; }
p { color: rgb(59,239,205); }
H1.HeaderClassName
{
color: #3BEFCD;
}
.AnyTagClassName
{
color: #3BEFCD;
}
</style>
background-color css
<style>
a { background-color: #3BEFCD; }
a { background-color: rgb(59,239,205); }
div.DivClassName
{
background-color: #3BEFCD;
}
.BgClassName
{
background-color: #3BEFCD;
}
</style>
border-color css
<style>
span { border-color: #3BEFCD; }
span { border-color: rgb(59,239,205); }
td.TdClassName
{
border-color: #3BEFCD;
}
.TagClassName
{
border-color: #3BEFCD;
}
</style>