Shades of Turquoise #3BDEF0
Tints of Turquoise #3BDEF0
RGB
CMYK
RGB Variations
Color information
#3BDEF0 (or 0x3BDEF0) is known color: Turquoise. HEX triplet: 3B, DE and F0. RGB value is (59,222,240). Sum of RGB (Red+Green+Blue) = 59+222+240=521 (69% of max value = 765). Red value is 59 (23.44% from 255 or 11.32% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #3BDEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDEF0 is #C4210F. Grayscale: #AFAFAF. Windows color (decimal): -12853520 or 15785531. OLE color: 15785531.
HSL color Cylindrical-coordinate representation of color #3BDEF0: hue angle of 185.97º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDEF0 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 222 | 240 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.06 |
| HSL | 185.97º | 0.86% | 0.59% | - |
| HSV(B) | 185.97º | 0.75% | 0.94% | - |
| XYZ | 43.65 | 59.46 | 91.61 | - |
| YUV | 175.32 | 164.5 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 240 | 0.75 | 0.08 | 0 | 0.06 | 185.97 | 0.86 | 0.59 |
| Hex | 3B | DE | F0 | 4B | 8 | 0 | 6 | BA | 56 | 3B |
| Octal | 73 | 336 | 360 | 113 | 10 | 0 | 6 | 272 | 126 | 73 |
| Binary | 111011 | 11011110 | 11110000 | 1001011 | 1000 | 0 | 110 | 10111010 | 1010110 | 111011 |
Color Harmonies of #3BDEF0
Complementary color
Monochromatic Colors of #3BDEF0
Black with #3BDEF0
Text Example
Text Example
White with #3BDEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDEF0; }
p { color: rgb(59,222,240); }
H1.HeaderClassName
{
color: #3BDEF0;
}
.AnyTagClassName
{
color: #3BDEF0;
}
</style>
background-color css
<style>
a { background-color: #3BDEF0; }
a { background-color: rgb(59,222,240); }
div.DivClassName
{
background-color: #3BDEF0;
}
.BgClassName
{
background-color: #3BDEF0;
}
</style>
border-color css
<style>
span { border-color: #3BDEF0; }
span { border-color: rgb(59,222,240); }
td.TdClassName
{
border-color: #3BDEF0;
}
.TagClassName
{
border-color: #3BDEF0;
}
</style>