Shades of Turquoise #3BEEDD
Tints of Turquoise #3BEEDD
RGB
CMYK
RGB Variations
Color information
#3BEEDD (or 0x3BEEDD) is known color: Turquoise. HEX triplet: 3B, EE and DD. RGB value is (59,238,221). Sum of RGB (Red+Green+Blue) = 59+238+221=518 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.39% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #3BEEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEEDD is #C41122. Grayscale: #B6B6B6. Windows color (decimal): -12849443 or 14544443. OLE color: 14544443.
HSL color Cylindrical-coordinate representation of color #3BEEDD: hue angle of 174.3º 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 #3BEEDD is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 59 | 238 | 221 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.07 |
| HSL | 174.3º | 0.84% | 0.58% | - |
| HSV(B) | 174.3º | 0.75% | 0.93% | - |
| XYZ | 45.43 | 67.3 | 79 | - |
| YUV | 182.54 | 149.7 | 39.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 238 | 221 | 0.75 | 0 | 0.07 | 0.07 | 174.3 | 0.84 | 0.58 |
| Hex | 3B | EE | DD | 4B | 0 | 7 | 7 | AE | 54 | 3A |
| Octal | 73 | 356 | 335 | 113 | 0 | 7 | 7 | 256 | 124 | 72 |
| Binary | 111011 | 11101110 | 11011101 | 1001011 | 0 | 111 | 111 | 10101110 | 1010100 | 111010 |
Color Harmonies of #3BEEDD
Complementary color
Monochromatic Colors of #3BEEDD
Black with #3BEEDD
Text Example
Text Example
White with #3BEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEEDD; }
p { color: rgb(59,238,221); }
H1.HeaderClassName
{
color: #3BEEDD;
}
.AnyTagClassName
{
color: #3BEEDD;
}
</style>
background-color css
<style>
a { background-color: #3BEEDD; }
a { background-color: rgb(59,238,221); }
div.DivClassName
{
background-color: #3BEEDD;
}
.BgClassName
{
background-color: #3BEEDD;
}
</style>
border-color css
<style>
span { border-color: #3BEEDD; }
span { border-color: rgb(59,238,221); }
td.TdClassName
{
border-color: #3BEEDD;
}
.TagClassName
{
border-color: #3BEEDD;
}
</style>