Shades of Turquoise #3DEEE6
Tints of Turquoise #3DEEE6
RGB
CMYK
RGB Variations
Color information
#3DEEE6 (or 0x3DEEE6) is known color: Turquoise. HEX triplet: 3D, EE and E6. RGB value is (61,238,230). Sum of RGB (Red+Green+Blue) = 61+238+230=529 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.53% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEEE6 is #C21119. Grayscale: #B8B8B8. Windows color (decimal): -12718362 or 15134269. OLE color: 15134269.
HSL color Cylindrical-coordinate representation of color #3DEEE6: hue angle of 177.29º 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 #3DEEE6 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 230 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.07 |
| HSL | 177.29º | 0.84% | 0.59% | - |
| HSV(B) | 177.29º | 0.74% | 0.93% | - |
| XYZ | 46.78 | 67.85 | 85.49 | - |
| YUV | 184.17 | 153.86 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 230 | 0.74 | 0 | 0.03 | 0.07 | 177.29 | 0.84 | 0.59 |
| Hex | 3D | EE | E6 | 4A | 0 | 3 | 7 | B1 | 54 | 3B |
| Octal | 75 | 356 | 346 | 112 | 0 | 3 | 7 | 261 | 124 | 73 |
| Binary | 111101 | 11101110 | 11100110 | 1001010 | 0 | 11 | 111 | 10110001 | 1010100 | 111011 |
Color Harmonies of #3DEEE6
Complementary color
Monochromatic Colors of #3DEEE6
Black with #3DEEE6
Text Example
Text Example
White with #3DEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEE6; }
p { color: rgb(61,238,230); }
H1.HeaderClassName
{
color: #3DEEE6;
}
.AnyTagClassName
{
color: #3DEEE6;
}
</style>
background-color css
<style>
a { background-color: #3DEEE6; }
a { background-color: rgb(61,238,230); }
div.DivClassName
{
background-color: #3DEEE6;
}
.BgClassName
{
background-color: #3DEEE6;
}
</style>
border-color css
<style>
span { border-color: #3DEEE6; }
span { border-color: rgb(61,238,230); }
td.TdClassName
{
border-color: #3DEEE6;
}
.TagClassName
{
border-color: #3DEEE6;
}
</style>