Shades of Turquoise #3DEFB4
Tints of Turquoise #3DEFB4
RGB
CMYK
RGB Variations
Color information
#3DEFB4 (or 0x3DEFB4) is known color: Turquoise. HEX triplet: 3D, EF and B4. RGB value is (61,239,180). Sum of RGB (Red+Green+Blue) = 61+239+180=480 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.71% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 180 (70.70% from 255 or 37.5% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFB4 is #C2104B. Grayscale: #B3B3B3. Windows color (decimal): -12718156 or 11857725. OLE color: 11857725.
HSL color Cylindrical-coordinate representation of color #3DEFB4: hue angle of 160.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFB4 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 180 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.06 |
| HSL | 160.11º | 0.85% | 0.59% | - |
| HSV(B) | 160.11º | 0.74% | 0.94% | - |
| XYZ | 41.03 | 66.02 | 53.76 | - |
| YUV | 179.05 | 128.53 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 180 | 0.74 | 0 | 0.25 | 0.06 | 160.11 | 0.85 | 0.59 |
| Hex | 3D | EF | B4 | 4A | 0 | 19 | 6 | A0 | 55 | 3B |
| Octal | 75 | 357 | 264 | 112 | 0 | 31 | 6 | 240 | 125 | 73 |
| Binary | 111101 | 11101111 | 10110100 | 1001010 | 0 | 11001 | 110 | 10100000 | 1010101 | 111011 |
Color Harmonies of #3DEFB4
Complementary color
Monochromatic Colors of #3DEFB4
Black with #3DEFB4
Text Example
Text Example
White with #3DEFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFB4; }
p { color: rgb(61,239,180); }
H1.HeaderClassName
{
color: #3DEFB4;
}
.AnyTagClassName
{
color: #3DEFB4;
}
</style>
background-color css
<style>
a { background-color: #3DEFB4; }
a { background-color: rgb(61,239,180); }
div.DivClassName
{
background-color: #3DEFB4;
}
.BgClassName
{
background-color: #3DEFB4;
}
</style>
border-color css
<style>
span { border-color: #3DEFB4; }
span { border-color: rgb(61,239,180); }
td.TdClassName
{
border-color: #3DEFB4;
}
.TagClassName
{
border-color: #3DEFB4;
}
</style>