Shades of Turquoise #3DEEEB
Tints of Turquoise #3DEEEB
RGB
CMYK
RGB Variations
Color information
#3DEEEB (or 0x3DEEEB) is known color: Turquoise. HEX triplet: 3D, EE and EB. RGB value is (61,238,235). Sum of RGB (Red+Green+Blue) = 61+238+235=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEEEB is #C21114. Grayscale: #B8B8B8. Windows color (decimal): -12718357 or 15461949. OLE color: 15461949.
HSL color Cylindrical-coordinate representation of color #3DEEEB: hue angle of 178.98º 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 #3DEEEB is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 235 | - |
| CMYK | 0.74 | 0 | 0.01 | 0.07 |
| HSL | 178.98º | 0.84% | 0.59% | - |
| HSV(B) | 178.98º | 0.74% | 0.93% | - |
| XYZ | 47.49 | 68.14 | 89.25 | - |
| YUV | 184.74 | 156.36 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 235 | 0.74 | 0 | 0.01 | 0.07 | 178.98 | 0.84 | 0.59 |
| Hex | 3D | EE | EB | 4A | 0 | 1 | 7 | B3 | 54 | 3B |
| Octal | 75 | 356 | 353 | 112 | 0 | 1 | 7 | 263 | 124 | 73 |
| Binary | 111101 | 11101110 | 11101011 | 1001010 | 0 | 1 | 111 | 10110011 | 1010100 | 111011 |
Color Harmonies of #3DEEEB
Complementary color
Monochromatic Colors of #3DEEEB
Black with #3DEEEB
Text Example
Text Example
White with #3DEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEEB; }
p { color: rgb(61,238,235); }
H1.HeaderClassName
{
color: #3DEEEB;
}
.AnyTagClassName
{
color: #3DEEEB;
}
</style>
background-color css
<style>
a { background-color: #3DEEEB; }
a { background-color: rgb(61,238,235); }
div.DivClassName
{
background-color: #3DEEEB;
}
.BgClassName
{
background-color: #3DEEEB;
}
</style>
border-color css
<style>
span { border-color: #3DEEEB; }
span { border-color: rgb(61,238,235); }
td.TdClassName
{
border-color: #3DEEEB;
}
.TagClassName
{
border-color: #3DEEEB;
}
</style>