Shades of Turquoise #3BD5EE
Tints of Turquoise #3BD5EE
RGB
CMYK
RGB Variations
Color information
#3BD5EE (or 0x3BD5EE) is known color: Turquoise. HEX triplet: 3B, D5 and EE. RGB value is (59,213,238). Sum of RGB (Red+Green+Blue) = 59+213+238=510 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.57% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BD5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD5EE is #C42A11. Grayscale: #A9A9A9. Windows color (decimal): -12855826 or 15652155. OLE color: 15652155.
HSL color Cylindrical-coordinate representation of color #3BD5EE: hue angle of 188.38º 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 #3BD5EE is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 213 | 238 | - |
| CMYK | 0.75 | 0.11 | 0 | 0.07 |
| HSL | 188.38º | 0.84% | 0.58% | - |
| HSV(B) | 188.38º | 0.75% | 0.93% | - |
| XYZ | 41.03 | 54.69 | 89.28 | - |
| YUV | 169.8 | 166.48 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 213 | 238 | 0.75 | 0.11 | 0 | 0.07 | 188.38 | 0.84 | 0.58 |
| Hex | 3B | D5 | EE | 4B | B | 0 | 7 | BC | 54 | 3A |
| Octal | 73 | 325 | 356 | 113 | 13 | 0 | 7 | 274 | 124 | 72 |
| Binary | 111011 | 11010101 | 11101110 | 1001011 | 1011 | 0 | 111 | 10111100 | 1010100 | 111010 |
Color Harmonies of #3BD5EE
Complementary color
Monochromatic Colors of #3BD5EE
Black with #3BD5EE
Text Example
Text Example
White with #3BD5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD5EE; }
p { color: rgb(59,213,238); }
H1.HeaderClassName
{
color: #3BD5EE;
}
.AnyTagClassName
{
color: #3BD5EE;
}
</style>
background-color css
<style>
a { background-color: #3BD5EE; }
a { background-color: rgb(59,213,238); }
div.DivClassName
{
background-color: #3BD5EE;
}
.BgClassName
{
background-color: #3BD5EE;
}
</style>
border-color css
<style>
span { border-color: #3BD5EE; }
span { border-color: rgb(59,213,238); }
td.TdClassName
{
border-color: #3BD5EE;
}
.TagClassName
{
border-color: #3BD5EE;
}
</style>