Shades of Turquoise #3BEEEE
Tints of Turquoise #3BEEEE
RGB
CMYK
RGB Variations
Color information
#3BEEEE (or 0x3BEEEE) is known color: Turquoise. HEX triplet: 3B, EE and EE. RGB value is (59,238,238). Sum of RGB (Red+Green+Blue) = 59+238+238=535 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.03% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #3BEEEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEEEE is #C41111. Grayscale: #B8B8B8. Windows color (decimal): -12849426 or 15658555. OLE color: 15658555.
HSL color Cylindrical-coordinate representation of color #3BEEEE: hue angle of 180º 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 #3BEEEE is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 238 | - |
| CMYK | 0.75 | 0 | 0 | 0.07 |
| HSL | 180º | 0.84% | 0.58% | - |
| HSV(B) | 180º | 0.75% | 0.93% | - |
| XYZ | 47.81 | 68.25 | 91.54 | - |
| YUV | 184.48 | 158.2 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 238 | 0.75 | 0 | 0 | 0.07 | 180 | 0.84 | 0.58 |
| Hex | 3B | EE | EE | 4B | 0 | 0 | 7 | B4 | 54 | 3A |
| Octal | 73 | 356 | 356 | 113 | 0 | 0 | 7 | 264 | 124 | 72 |
| Binary | 111011 | 11101110 | 11101110 | 1001011 | 0 | 0 | 111 | 10110100 | 1010100 | 111010 |
Color Harmonies of #3BEEEE
Complementary color
Monochromatic Colors of #3BEEEE
Black with #3BEEEE
Text Example
Text Example
White with #3BEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEEE; }
p { color: rgb(59,238,238); }
H1.HeaderClassName
{
color: #3BEEEE;
}
.AnyTagClassName
{
color: #3BEEEE;
}
</style>
background-color css
<style>
a { background-color: #3BEEEE; }
a { background-color: rgb(59,238,238); }
div.DivClassName
{
background-color: #3BEEEE;
}
.BgClassName
{
background-color: #3BEEEE;
}
</style>
border-color css
<style>
span { border-color: #3BEEEE; }
span { border-color: rgb(59,238,238); }
td.TdClassName
{
border-color: #3BEEEE;
}
.TagClassName
{
border-color: #3BEEEE;
}
</style>