Shades of Turquoise #3BDEEE
Tints of Turquoise #3BDEEE
RGB
CMYK
RGB Variations
Color information
#3BDEEE (or 0x3BDEEE) is known color: Turquoise. HEX triplet: 3B, DE and EE. RGB value is (59,222,238). Sum of RGB (Red+Green+Blue) = 59+222+238=519 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.37% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BDEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BDEEE is #C42111. Grayscale: #AEAEAE. Windows color (decimal): -12853522 or 15654459. OLE color: 15654459.
HSL color Cylindrical-coordinate representation of color #3BDEEE: hue angle of 185.36º 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 #3BDEEE is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 222 | 238 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.07 |
| HSL | 185.36º | 0.84% | 0.58% | - |
| HSV(B) | 185.36º | 0.75% | 0.93% | - |
| XYZ | 43.36 | 59.35 | 90.06 | - |
| YUV | 175.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 222 | 238 | 0.75 | 0.07 | 0 | 0.07 | 185.36 | 0.84 | 0.58 |
| Hex | 3B | DE | EE | 4B | 7 | 0 | 7 | B9 | 54 | 3A |
| Octal | 73 | 336 | 356 | 113 | 7 | 0 | 7 | 271 | 124 | 72 |
| Binary | 111011 | 11011110 | 11101110 | 1001011 | 111 | 0 | 111 | 10111001 | 1010100 | 111010 |
Color Harmonies of #3BDEEE
Complementary color
Monochromatic Colors of #3BDEEE
Black with #3BDEEE
Text Example
Text Example
White with #3BDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDEEE; }
p { color: rgb(59,222,238); }
H1.HeaderClassName
{
color: #3BDEEE;
}
.AnyTagClassName
{
color: #3BDEEE;
}
</style>
background-color css
<style>
a { background-color: #3BDEEE; }
a { background-color: rgb(59,222,238); }
div.DivClassName
{
background-color: #3BDEEE;
}
.BgClassName
{
background-color: #3BDEEE;
}
</style>
border-color css
<style>
span { border-color: #3BDEEE; }
span { border-color: rgb(59,222,238); }
td.TdClassName
{
border-color: #3BDEEE;
}
.TagClassName
{
border-color: #3BDEEE;
}
</style>