Shades of Turquoise #3BEECF
Tints of Turquoise #3BEECF
RGB
CMYK
RGB Variations
Color information
#3BEECF (or 0x3BEECF) is known color: Turquoise. HEX triplet: 3B, EE and CF. RGB value is (59,238,207). Sum of RGB (Red+Green+Blue) = 59+238+207=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEECF is #C41130. Grayscale: #B4B4B4. Windows color (decimal): -12849457 or 13626939. OLE color: 13626939.
HSL color Cylindrical-coordinate representation of color #3BEECF: hue angle of 169.61º 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 #3BEECF is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 207 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.07 |
| HSL | 169.61º | 0.84% | 0.58% | - |
| HSV(B) | 169.61º | 0.75% | 0.93% | - |
| XYZ | 43.64 | 66.58 | 69.58 | - |
| YUV | 180.95 | 142.7 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 207 | 0.75 | 0 | 0.13 | 0.07 | 169.61 | 0.84 | 0.58 |
| Hex | 3B | EE | CF | 4B | 0 | D | 7 | AA | 54 | 3A |
| Octal | 73 | 356 | 317 | 113 | 0 | 15 | 7 | 252 | 124 | 72 |
| Binary | 111011 | 11101110 | 11001111 | 1001011 | 0 | 1101 | 111 | 10101010 | 1010100 | 111010 |
Color Harmonies of #3BEECF
Complementary color
Monochromatic Colors of #3BEECF
Black with #3BEECF
Text Example
Text Example
White with #3BEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEECF; }
p { color: rgb(59,238,207); }
H1.HeaderClassName
{
color: #3BEECF;
}
.AnyTagClassName
{
color: #3BEECF;
}
</style>
background-color css
<style>
a { background-color: #3BEECF; }
a { background-color: rgb(59,238,207); }
div.DivClassName
{
background-color: #3BEECF;
}
.BgClassName
{
background-color: #3BEECF;
}
</style>
border-color css
<style>
span { border-color: #3BEECF; }
span { border-color: rgb(59,238,207); }
td.TdClassName
{
border-color: #3BEECF;
}
.TagClassName
{
border-color: #3BEECF;
}
</style>