Shades of Turquoise #3BF6EE
Tints of Turquoise #3BF6EE
RGB
CMYK
RGB Variations
Color information
#3BF6EE (or 0x3BF6EE) is known color: Turquoise. HEX triplet: 3B, F6 and EE. RGB value is (59,246,238). Sum of RGB (Red+Green+Blue) = 59+246+238=543 (71% of max value = 765). Red value is 59 (23.44% from 255 or 10.87% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 246 - color contains mainly: green. Hex color #3BF6EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF6EE is #C40911. Grayscale: #BDBDBD. Windows color (decimal): -12847378 or 15660603. OLE color: 15660603.
HSL color Cylindrical-coordinate representation of color #3BF6EE: hue angle of 177.43º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF6EE is Cyan = 0.76, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 246 | 238 | - |
| CMYK | 0.76 | 0 | 0.03 | 0.04 |
| HSL | 177.43º | 0.91% | 0.6% | - |
| HSV(B) | 177.43º | 0.76% | 0.96% | - |
| XYZ | 50.19 | 73.01 | 92.34 | - |
| YUV | 189.18 | 155.55 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 246 | 238 | 0.76 | 0 | 0.03 | 0.04 | 177.43 | 0.91 | 0.6 |
| Hex | 3B | F6 | EE | 4C | 0 | 3 | 4 | B1 | 5B | 3C |
| Octal | 73 | 366 | 356 | 114 | 0 | 3 | 4 | 261 | 133 | 74 |
| Binary | 111011 | 11110110 | 11101110 | 1001100 | 0 | 11 | 100 | 10110001 | 1011011 | 111100 |
Color Harmonies of #3BF6EE
Complementary color
Monochromatic Colors of #3BF6EE
Black with #3BF6EE
Text Example
Text Example
White with #3BF6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF6EE; }
p { color: rgb(59,246,238); }
H1.HeaderClassName
{
color: #3BF6EE;
}
.AnyTagClassName
{
color: #3BF6EE;
}
</style>
background-color css
<style>
a { background-color: #3BF6EE; }
a { background-color: rgb(59,246,238); }
div.DivClassName
{
background-color: #3BF6EE;
}
.BgClassName
{
background-color: #3BF6EE;
}
</style>
border-color css
<style>
span { border-color: #3BF6EE; }
span { border-color: rgb(59,246,238); }
td.TdClassName
{
border-color: #3BF6EE;
}
.TagClassName
{
border-color: #3BF6EE;
}
</style>