Shades of Turquoise #3DEFEA
Tints of Turquoise #3DEFEA
RGB
CMYK
RGB Variations
Color information
#3DEFEA (or 0x3DEFEA) is known color: Turquoise. HEX triplet: 3D, EF and EA. RGB value is (61,239,234). Sum of RGB (Red+Green+Blue) = 61+239+234=534 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.42% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEFEA is #C21015. Grayscale: #B9B9B9. Windows color (decimal): -12718102 or 15396669. OLE color: 15396669.
HSL color Cylindrical-coordinate representation of color #3DEFEA: hue angle of 178.31º 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 #3DEFEA is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 234 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.06 |
| HSL | 178.31º | 0.85% | 0.59% | - |
| HSV(B) | 178.31º | 0.74% | 0.94% | - |
| XYZ | 47.64 | 68.67 | 88.58 | - |
| YUV | 185.21 | 155.53 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 234 | 0.74 | 0 | 0.02 | 0.06 | 178.31 | 0.85 | 0.59 |
| Hex | 3D | EF | EA | 4A | 0 | 2 | 6 | B2 | 55 | 3B |
| Octal | 75 | 357 | 352 | 112 | 0 | 2 | 6 | 262 | 125 | 73 |
| Binary | 111101 | 11101111 | 11101010 | 1001010 | 0 | 10 | 110 | 10110010 | 1010101 | 111011 |
Color Harmonies of #3DEFEA
Complementary color
Monochromatic Colors of #3DEFEA
Black with #3DEFEA
Text Example
Text Example
White with #3DEFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFEA; }
p { color: rgb(61,239,234); }
H1.HeaderClassName
{
color: #3DEFEA;
}
.AnyTagClassName
{
color: #3DEFEA;
}
</style>
background-color css
<style>
a { background-color: #3DEFEA; }
a { background-color: rgb(61,239,234); }
div.DivClassName
{
background-color: #3DEFEA;
}
.BgClassName
{
background-color: #3DEFEA;
}
</style>
border-color css
<style>
span { border-color: #3DEFEA; }
span { border-color: rgb(61,239,234); }
td.TdClassName
{
border-color: #3DEFEA;
}
.TagClassName
{
border-color: #3DEFEA;
}
</style>