Shades of Turquoise #3BDEEF
Tints of Turquoise #3BDEEF
RGB
CMYK
RGB Variations
Color information
#3BDEEF (or 0x3BDEEF) is known color: Turquoise. HEX triplet: 3B, DE and EF. RGB value is (59,222,239). Sum of RGB (Red+Green+Blue) = 59+222+239=520 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.35% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #3BDEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDEEF is #C42110. Grayscale: #AEAEAE. Windows color (decimal): -12853521 or 15719995. OLE color: 15719995.
HSL color Cylindrical-coordinate representation of color #3BDEEF: hue angle of 185.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BDEEF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 222 | 239 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.06 |
| HSL | 185.67º | 0.85% | 0.58% | - |
| HSV(B) | 185.67º | 0.75% | 0.94% | - |
| XYZ | 43.5 | 59.4 | 90.83 | - |
| YUV | 175.2 | 164 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 239 | 0.75 | 0.07 | 0 | 0.06 | 185.67 | 0.85 | 0.58 |
| Hex | 3B | DE | EF | 4B | 7 | 0 | 6 | BA | 55 | 3A |
| Octal | 73 | 336 | 357 | 113 | 7 | 0 | 6 | 272 | 125 | 72 |
| Binary | 111011 | 11011110 | 11101111 | 1001011 | 111 | 0 | 110 | 10111010 | 1010101 | 111010 |
Color Harmonies of #3BDEEF
Complementary color
Monochromatic Colors of #3BDEEF
Black with #3BDEEF
Text Example
Text Example
White with #3BDEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDEEF; }
p { color: rgb(59,222,239); }
H1.HeaderClassName
{
color: #3BDEEF;
}
.AnyTagClassName
{
color: #3BDEEF;
}
</style>
background-color css
<style>
a { background-color: #3BDEEF; }
a { background-color: rgb(59,222,239); }
div.DivClassName
{
background-color: #3BDEEF;
}
.BgClassName
{
background-color: #3BDEEF;
}
</style>
border-color css
<style>
span { border-color: #3BDEEF; }
span { border-color: rgb(59,222,239); }
td.TdClassName
{
border-color: #3BDEEF;
}
.TagClassName
{
border-color: #3BDEEF;
}
</style>