Shades of Turquoise #3DEEE1
Tints of Turquoise #3DEEE1
RGB
CMYK
RGB Variations
Color information
#3DEEE1 (or 0x3DEEE1) is known color: Turquoise. HEX triplet: 3D, EE and E1. RGB value is (61,238,225). Sum of RGB (Red+Green+Blue) = 61+238+225=524 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.64% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEEE1 is #C2111E. Grayscale: #B7B7B7. Windows color (decimal): -12718367 or 14806589. OLE color: 14806589.
HSL color Cylindrical-coordinate representation of color #3DEEE1: hue angle of 175.59º 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 #3DEEE1 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 225 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.07 |
| HSL | 175.59º | 0.84% | 0.59% | - |
| HSV(B) | 175.59º | 0.74% | 0.93% | - |
| XYZ | 46.09 | 67.58 | 81.85 | - |
| YUV | 183.6 | 151.36 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 225 | 0.74 | 0 | 0.05 | 0.07 | 175.59 | 0.84 | 0.59 |
| Hex | 3D | EE | E1 | 4A | 0 | 5 | 7 | B0 | 54 | 3B |
| Octal | 75 | 356 | 341 | 112 | 0 | 5 | 7 | 260 | 124 | 73 |
| Binary | 111101 | 11101110 | 11100001 | 1001010 | 0 | 101 | 111 | 10110000 | 1010100 | 111011 |
Color Harmonies of #3DEEE1
Complementary color
Monochromatic Colors of #3DEEE1
Black with #3DEEE1
Text Example
Text Example
White with #3DEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEE1; }
p { color: rgb(61,238,225); }
H1.HeaderClassName
{
color: #3DEEE1;
}
.AnyTagClassName
{
color: #3DEEE1;
}
</style>
background-color css
<style>
a { background-color: #3DEEE1; }
a { background-color: rgb(61,238,225); }
div.DivClassName
{
background-color: #3DEEE1;
}
.BgClassName
{
background-color: #3DEEE1;
}
</style>
border-color css
<style>
span { border-color: #3DEEE1; }
span { border-color: rgb(61,238,225); }
td.TdClassName
{
border-color: #3DEEE1;
}
.TagClassName
{
border-color: #3DEEE1;
}
</style>