Shades of Turquoise #3BDBEE
Tints of Turquoise #3BDBEE
RGB
CMYK
RGB Variations
Color information
#3BDBEE (or 0x3BDBEE) is known color: Turquoise. HEX triplet: 3B, DB and EE. RGB value is (59,219,238). Sum of RGB (Red+Green+Blue) = 59+219+238=516 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.43% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BDBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDBEE is #C42411. Grayscale: #ADADAD. Windows color (decimal): -12854290 or 15653691. OLE color: 15653691.
HSL color Cylindrical-coordinate representation of color #3BDBEE: hue angle of 186.37º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDBEE is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 219 | 238 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.07 |
| HSL | 186.37º | 0.84% | 0.58% | - |
| HSV(B) | 186.37º | 0.75% | 0.93% | - |
| XYZ | 42.57 | 57.77 | 89.8 | - |
| YUV | 173.33 | 164.49 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 219 | 238 | 0.75 | 0.08 | 0 | 0.07 | 186.37 | 0.84 | 0.58 |
| Hex | 3B | DB | EE | 4B | 8 | 0 | 7 | BA | 54 | 3A |
| Octal | 73 | 333 | 356 | 113 | 10 | 0 | 7 | 272 | 124 | 72 |
| Binary | 111011 | 11011011 | 11101110 | 1001011 | 1000 | 0 | 111 | 10111010 | 1010100 | 111010 |
Color Harmonies of #3BDBEE
Complementary color
Monochromatic Colors of #3BDBEE
Black with #3BDBEE
Text Example
Text Example
White with #3BDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDBEE; }
p { color: rgb(59,219,238); }
H1.HeaderClassName
{
color: #3BDBEE;
}
.AnyTagClassName
{
color: #3BDBEE;
}
</style>
background-color css
<style>
a { background-color: #3BDBEE; }
a { background-color: rgb(59,219,238); }
div.DivClassName
{
background-color: #3BDBEE;
}
.BgClassName
{
background-color: #3BDBEE;
}
</style>
border-color css
<style>
span { border-color: #3BDBEE; }
span { border-color: rgb(59,219,238); }
td.TdClassName
{
border-color: #3BDBEE;
}
.TagClassName
{
border-color: #3BDBEE;
}
</style>