Shades of Turquoise #3BF5FE
Tints of Turquoise #3BF5FE
RGB
CMYK
RGB Variations
Color information
#3BF5FE (or 0x3BF5FE) is known color: Turquoise. HEX triplet: 3B, F5 and FE. RGB value is (59,245,254). Sum of RGB (Red+Green+Blue) = 59+245+254=558 (73% of max value = 765). Red value is 59 (23.44% from 255 or 10.57% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #3BF5FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF5FE is #C40A01. Grayscale: #BEBEBE. Windows color (decimal): -12847618 or 16708923. OLE color: 16708923.
HSL color Cylindrical-coordinate representation of color #3BF5FE: hue angle of 182.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BF5FE is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 245 | 254 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.00 |
| HSL | 182.77º | 0.99% | 0.61% | - |
| HSV(B) | 182.77º | 0.77% | 1% | - |
| XYZ | 52.35 | 73.39 | 105.17 | - |
| YUV | 190.41 | 163.88 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 254 | 0.77 | 0.04 | 0 | 0.00 | 182.77 | 0.99 | 0.61 |
| Hex | 3B | F5 | FE | 4D | 4 | 0 | 0 | B7 | 63 | 3D |
| Octal | 73 | 365 | 376 | 115 | 4 | 0 | 0 | 267 | 143 | 75 |
| Binary | 111011 | 11110101 | 11111110 | 1001101 | 100 | 0 | 0 | 10110111 | 1100011 | 111101 |
Color Harmonies of #3BF5FE
Complementary color
Monochromatic Colors of #3BF5FE
Black with #3BF5FE
Text Example
Text Example
White with #3BF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF5FE; }
p { color: rgb(59,245,254); }
H1.HeaderClassName
{
color: #3BF5FE;
}
.AnyTagClassName
{
color: #3BF5FE;
}
</style>
background-color css
<style>
a { background-color: #3BF5FE; }
a { background-color: rgb(59,245,254); }
div.DivClassName
{
background-color: #3BF5FE;
}
.BgClassName
{
background-color: #3BF5FE;
}
</style>
border-color css
<style>
span { border-color: #3BF5FE; }
span { border-color: rgb(59,245,254); }
td.TdClassName
{
border-color: #3BF5FE;
}
.TagClassName
{
border-color: #3BF5FE;
}
</style>