Shades of Turquoise #3BF8ED
Tints of Turquoise #3BF8ED
RGB
CMYK
RGB Variations
Color information
#3BF8ED (or 0x3BF8ED) is known color: Turquoise. HEX triplet: 3B, F8 and ED. RGB value is (59,248,237). Sum of RGB (Red+Green+Blue) = 59+248+237=544 (72% of max value = 765). Red value is 59 (23.44% from 255 or 10.85% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF8ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF8ED is #C40712. Grayscale: #BEBEBE. Windows color (decimal): -12846867 or 15595579. OLE color: 15595579.
HSL color Cylindrical-coordinate representation of color #3BF8ED: hue angle of 176.51º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF8ED is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 248 | 237 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.03 |
| HSL | 176.51º | 0.93% | 0.6% | - |
| HSV(B) | 176.51º | 0.76% | 0.97% | - |
| XYZ | 50.66 | 74.18 | 91.77 | - |
| YUV | 190.24 | 154.38 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 248 | 237 | 0.76 | 0 | 0.04 | 0.03 | 176.51 | 0.93 | 0.6 |
| Hex | 3B | F8 | ED | 4C | 0 | 4 | 3 | B1 | 5D | 3C |
| Octal | 73 | 370 | 355 | 114 | 0 | 4 | 3 | 261 | 135 | 74 |
| Binary | 111011 | 11111000 | 11101101 | 1001100 | 0 | 100 | 11 | 10110001 | 1011101 | 111100 |
Color Harmonies of #3BF8ED
Complementary color
Monochromatic Colors of #3BF8ED
Black with #3BF8ED
Text Example
Text Example
White with #3BF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF8ED; }
p { color: rgb(59,248,237); }
H1.HeaderClassName
{
color: #3BF8ED;
}
.AnyTagClassName
{
color: #3BF8ED;
}
</style>
background-color css
<style>
a { background-color: #3BF8ED; }
a { background-color: rgb(59,248,237); }
div.DivClassName
{
background-color: #3BF8ED;
}
.BgClassName
{
background-color: #3BF8ED;
}
</style>
border-color css
<style>
span { border-color: #3BF8ED; }
span { border-color: rgb(59,248,237); }
td.TdClassName
{
border-color: #3BF8ED;
}
.TagClassName
{
border-color: #3BF8ED;
}
</style>