Shades of Turquoise #3BEFCC
Tints of Turquoise #3BEFCC
RGB
CMYK
RGB Variations
Color information
#3BEFCC (or 0x3BEFCC) is known color: Turquoise. HEX triplet: 3B, EF and CC. RGB value is (59,239,204). Sum of RGB (Red+Green+Blue) = 59+239+204=502 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.75% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFCC is #C41033. Grayscale: #B5B5B5. Windows color (decimal): -12849204 or 13430587. OLE color: 13430587.
HSL color Cylindrical-coordinate representation of color #3BEFCC: hue angle of 168.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 #3BEFCC is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 204 | - |
| CMYK | 0.75 | 0 | 0.15 | 0.06 |
| HSL | 168.33º | 0.85% | 0.58% | - |
| HSV(B) | 168.33º | 0.75% | 0.94% | - |
| XYZ | 43.57 | 67.02 | 67.77 | - |
| YUV | 181.19 | 140.87 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 204 | 0.75 | 0 | 0.15 | 0.06 | 168.33 | 0.85 | 0.58 |
| Hex | 3B | EF | CC | 4B | 0 | F | 6 | A8 | 55 | 3A |
| Octal | 73 | 357 | 314 | 113 | 0 | 17 | 6 | 250 | 125 | 72 |
| Binary | 111011 | 11101111 | 11001100 | 1001011 | 0 | 1111 | 110 | 10101000 | 1010101 | 111010 |
Color Harmonies of #3BEFCC
Complementary color
Monochromatic Colors of #3BEFCC
Black with #3BEFCC
Text Example
Text Example
White with #3BEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEFCC; }
p { color: rgb(59,239,204); }
H1.HeaderClassName
{
color: #3BEFCC;
}
.AnyTagClassName
{
color: #3BEFCC;
}
</style>
background-color css
<style>
a { background-color: #3BEFCC; }
a { background-color: rgb(59,239,204); }
div.DivClassName
{
background-color: #3BEFCC;
}
.BgClassName
{
background-color: #3BEFCC;
}
</style>
border-color css
<style>
span { border-color: #3BEFCC; }
span { border-color: rgb(59,239,204); }
td.TdClassName
{
border-color: #3BEFCC;
}
.TagClassName
{
border-color: #3BEFCC;
}
</style>