Shades of Turquoise #3BDAFF
Tints of Turquoise #3BDAFF
RGB
CMYK
RGB Variations
Color information
#3BDAFF (or 0x3BDAFF) is known color: Turquoise. HEX triplet: 3B, DA and FF. RGB value is (59,218,255). Sum of RGB (Red+Green+Blue) = 59+218+255=532 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.09% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BDAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDAFF is #C42500. Grayscale: #AEAEAE. Windows color (decimal): -12854529 or 16767547. OLE color: 16767547.
HSL color Cylindrical-coordinate representation of color #3BDAFF: hue angle of 191.33º 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 #3BDAFF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 218 | 255 | - |
| CMYK | 0.77 | 0.15 | 0 | 0 |
| HSL | 191.33º | 1% | 0.62% | - |
| HSV(B) | 191.33º | 0.77% | 1% | - |
| XYZ | 44.93 | 58.29 | 103.49 | - |
| YUV | 174.68 | 173.32 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 218 | 255 | 0.77 | 0.15 | 0 | 0 | 191.33 | 1 | 0.62 |
| Hex | 3B | DA | FF | 4D | F | 0 | 0 | BF | 64 | 3E |
| Octal | 73 | 332 | 377 | 115 | 17 | 0 | 0 | 277 | 144 | 76 |
| Binary | 111011 | 11011010 | 11111111 | 1001101 | 1111 | 0 | 0 | 10111111 | 1100100 | 111110 |
Color Harmonies of #3BDAFF
Complementary color
Monochromatic Colors of #3BDAFF
Black with #3BDAFF
Text Example
Text Example
White with #3BDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDAFF; }
p { color: rgb(59,218,255); }
H1.HeaderClassName
{
color: #3BDAFF;
}
.AnyTagClassName
{
color: #3BDAFF;
}
</style>
background-color css
<style>
a { background-color: #3BDAFF; }
a { background-color: rgb(59,218,255); }
div.DivClassName
{
background-color: #3BDAFF;
}
.BgClassName
{
background-color: #3BDAFF;
}
</style>
border-color css
<style>
span { border-color: #3BDAFF; }
span { border-color: rgb(59,218,255); }
td.TdClassName
{
border-color: #3BDAFF;
}
.TagClassName
{
border-color: #3BDAFF;
}
</style>