Shades of Turquoise #3BF3FF
Tints of Turquoise #3BF3FF
RGB
CMYK
RGB Variations
Color information
#3BF3FF (or 0x3BF3FF) is known color: Turquoise. HEX triplet: 3B, F3 and FF. RGB value is (59,243,255). Sum of RGB (Red+Green+Blue) = 59+243+255=557 (73% of max value = 765). Red value is 59 (23.44% from 255 or 10.59% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BF3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BF3FF is #C40C00. Grayscale: #BDBDBD. Windows color (decimal): -12848129 or 16773947. OLE color: 16773947.
HSL color Cylindrical-coordinate representation of color #3BF3FF: hue angle of 183.67º 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 #3BF3FF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 243 | 255 | - |
| CMYK | 0.77 | 0.05 | 0 | 0 |
| HSL | 183.67º | 1% | 0.62% | - |
| HSV(B) | 183.67º | 0.77% | 1% | - |
| XYZ | 51.9 | 72.25 | 105.82 | - |
| YUV | 189.35 | 165.04 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 255 | 0.77 | 0.05 | 0 | 0 | 183.67 | 1 | 0.62 |
| Hex | 3B | F3 | FF | 4D | 5 | 0 | 0 | B8 | 64 | 3E |
| Octal | 73 | 363 | 377 | 115 | 5 | 0 | 0 | 270 | 144 | 76 |
| Binary | 111011 | 11110011 | 11111111 | 1001101 | 101 | 0 | 0 | 10111000 | 1100100 | 111110 |
Color Harmonies of #3BF3FF
Complementary color
Monochromatic Colors of #3BF3FF
Black with #3BF3FF
Text Example
Text Example
White with #3BF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF3FF; }
p { color: rgb(59,243,255); }
H1.HeaderClassName
{
color: #3BF3FF;
}
.AnyTagClassName
{
color: #3BF3FF;
}
</style>
background-color css
<style>
a { background-color: #3BF3FF; }
a { background-color: rgb(59,243,255); }
div.DivClassName
{
background-color: #3BF3FF;
}
.BgClassName
{
background-color: #3BF3FF;
}
</style>
border-color css
<style>
span { border-color: #3BF3FF; }
span { border-color: rgb(59,243,255); }
td.TdClassName
{
border-color: #3BF3FF;
}
.TagClassName
{
border-color: #3BF3FF;
}
</style>