Shades of Turquoise #3BF1FF
Tints of Turquoise #3BF1FF
RGB
CMYK
RGB Variations
Color information
#3BF1FF (or 0x3BF1FF) is known color: Turquoise. HEX triplet: 3B, F1 and FF. RGB value is (59,241,255). Sum of RGB (Red+Green+Blue) = 59+241+255=555 (73% of max value = 765). Red value is 59 (23.44% from 255 or 10.63% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BF1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF1FF is #C40E00. Grayscale: #BBBBBB. Windows color (decimal): -12848641 or 16773435. OLE color: 16773435.
HSL color Cylindrical-coordinate representation of color #3BF1FF: hue angle of 184.29º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BF1FF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 241 | 255 | - |
| CMYK | 0.77 | 0.05 | 0 | 0 |
| HSL | 184.29º | 1% | 0.62% | - |
| HSV(B) | 184.29º | 0.77% | 1% | - |
| XYZ | 51.31 | 71.06 | 105.62 | - |
| YUV | 188.18 | 165.7 | 35.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 255 | 0.77 | 0.05 | 0 | 0 | 184.29 | 1 | 0.62 |
| Hex | 3B | F1 | FF | 4D | 5 | 0 | 0 | B8 | 64 | 3E |
| Octal | 73 | 361 | 377 | 115 | 5 | 0 | 0 | 270 | 144 | 76 |
| Binary | 111011 | 11110001 | 11111111 | 1001101 | 101 | 0 | 0 | 10111000 | 1100100 | 111110 |
Color Harmonies of #3BF1FF
Complementary color
Monochromatic Colors of #3BF1FF
Black with #3BF1FF
Text Example
Text Example
White with #3BF1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF1FF; }
p { color: rgb(59,241,255); }
H1.HeaderClassName
{
color: #3BF1FF;
}
.AnyTagClassName
{
color: #3BF1FF;
}
</style>
background-color css
<style>
a { background-color: #3BF1FF; }
a { background-color: rgb(59,241,255); }
div.DivClassName
{
background-color: #3BF1FF;
}
.BgClassName
{
background-color: #3BF1FF;
}
</style>
border-color css
<style>
span { border-color: #3BF1FF; }
span { border-color: rgb(59,241,255); }
td.TdClassName
{
border-color: #3BF1FF;
}
.TagClassName
{
border-color: #3BF1FF;
}
</style>