Shades of Turquoise #3DEEB8
Tints of Turquoise #3DEEB8
RGB
CMYK
RGB Variations
Color information
#3DEEB8 (or 0x3DEEB8) is known color: Turquoise. HEX triplet: 3D, EE and B8. RGB value is (61,238,184). Sum of RGB (Red+Green+Blue) = 61+238+184=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEEB8 is #C21147. Grayscale: #B2B2B2. Windows color (decimal): -12718408 or 12119613. OLE color: 12119613.
HSL color Cylindrical-coordinate representation of color #3DEEB8: hue angle of 161.69º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEB8 is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 184 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.07 |
| HSL | 161.69º | 0.84% | 0.59% | - |
| HSV(B) | 161.69º | 0.74% | 0.93% | - |
| XYZ | 41.15 | 65.6 | 55.84 | - |
| YUV | 178.92 | 130.86 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 184 | 0.74 | 0 | 0.23 | 0.07 | 161.69 | 0.84 | 0.59 |
| Hex | 3D | EE | B8 | 4A | 0 | 17 | 7 | A2 | 54 | 3B |
| Octal | 75 | 356 | 270 | 112 | 0 | 27 | 7 | 242 | 124 | 73 |
| Binary | 111101 | 11101110 | 10111000 | 1001010 | 0 | 10111 | 111 | 10100010 | 1010100 | 111011 |
Color Harmonies of #3DEEB8
Complementary color
Monochromatic Colors of #3DEEB8
Black with #3DEEB8
Text Example
Text Example
White with #3DEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEB8; }
p { color: rgb(61,238,184); }
H1.HeaderClassName
{
color: #3DEEB8;
}
.AnyTagClassName
{
color: #3DEEB8;
}
</style>
background-color css
<style>
a { background-color: #3DEEB8; }
a { background-color: rgb(61,238,184); }
div.DivClassName
{
background-color: #3DEEB8;
}
.BgClassName
{
background-color: #3DEEB8;
}
</style>
border-color css
<style>
span { border-color: #3DEEB8; }
span { border-color: rgb(61,238,184); }
td.TdClassName
{
border-color: #3DEEB8;
}
.TagClassName
{
border-color: #3DEEB8;
}
</style>