Shades of Turquoise #3BEAEE
Tints of Turquoise #3BEAEE
RGB
CMYK
RGB Variations
Color information
#3BEAEE (or 0x3BEAEE) is known color: Turquoise. HEX triplet: 3B, EA and EE. RGB value is (59,234,238). Sum of RGB (Red+Green+Blue) = 59+234+238=531 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.11% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BEAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BEAEE is #C41511. Grayscale: #B5B5B5. Windows color (decimal): -12850450 or 15657531. OLE color: 15657531.
HSL color Cylindrical-coordinate representation of color #3BEAEE: hue angle of 181.34º 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 #3BEAEE is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 234 | 238 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.07 |
| HSL | 181.34º | 0.84% | 0.58% | - |
| HSV(B) | 181.34º | 0.75% | 0.93% | - |
| XYZ | 46.66 | 65.95 | 91.16 | - |
| YUV | 182.13 | 159.52 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 234 | 238 | 0.75 | 0.02 | 0 | 0.07 | 181.34 | 0.84 | 0.58 |
| Hex | 3B | EA | EE | 4B | 2 | 0 | 7 | B5 | 54 | 3A |
| Octal | 73 | 352 | 356 | 113 | 2 | 0 | 7 | 265 | 124 | 72 |
| Binary | 111011 | 11101010 | 11101110 | 1001011 | 10 | 0 | 111 | 10110101 | 1010100 | 111010 |
Color Harmonies of #3BEAEE
Complementary color
Monochromatic Colors of #3BEAEE
Black with #3BEAEE
Text Example
Text Example
White with #3BEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEAEE; }
p { color: rgb(59,234,238); }
H1.HeaderClassName
{
color: #3BEAEE;
}
.AnyTagClassName
{
color: #3BEAEE;
}
</style>
background-color css
<style>
a { background-color: #3BEAEE; }
a { background-color: rgb(59,234,238); }
div.DivClassName
{
background-color: #3BEAEE;
}
.BgClassName
{
background-color: #3BEAEE;
}
</style>
border-color css
<style>
span { border-color: #3BEAEE; }
span { border-color: rgb(59,234,238); }
td.TdClassName
{
border-color: #3BEAEE;
}
.TagClassName
{
border-color: #3BEAEE;
}
</style>