Shades of Turquoise #3DEFDE
Tints of Turquoise #3DEFDE
RGB
CMYK
RGB Variations
Color information
#3DEFDE (or 0x3DEFDE) is known color: Turquoise. HEX triplet: 3D, EF and DE. RGB value is (61,239,222). Sum of RGB (Red+Green+Blue) = 61+239+222=522 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.69% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFDE is #C21021. Grayscale: #B7B7B7. Windows color (decimal): -12718114 or 14610237. OLE color: 14610237.
HSL color Cylindrical-coordinate representation of color #3DEFDE: hue angle of 174.27º 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 #3DEFDE is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 222 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.06 |
| HSL | 174.27º | 0.85% | 0.59% | - |
| HSV(B) | 174.27º | 0.74% | 0.94% | - |
| XYZ | 45.98 | 68 | 79.81 | - |
| YUV | 183.84 | 149.53 | 40.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 222 | 0.74 | 0 | 0.07 | 0.06 | 174.27 | 0.85 | 0.59 |
| Hex | 3D | EF | DE | 4A | 0 | 7 | 6 | AE | 55 | 3B |
| Octal | 75 | 357 | 336 | 112 | 0 | 7 | 6 | 256 | 125 | 73 |
| Binary | 111101 | 11101111 | 11011110 | 1001010 | 0 | 111 | 110 | 10101110 | 1010101 | 111011 |
Color Harmonies of #3DEFDE
Complementary color
Monochromatic Colors of #3DEFDE
Black with #3DEFDE
Text Example
Text Example
White with #3DEFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFDE; }
p { color: rgb(61,239,222); }
H1.HeaderClassName
{
color: #3DEFDE;
}
.AnyTagClassName
{
color: #3DEFDE;
}
</style>
background-color css
<style>
a { background-color: #3DEFDE; }
a { background-color: rgb(61,239,222); }
div.DivClassName
{
background-color: #3DEFDE;
}
.BgClassName
{
background-color: #3DEFDE;
}
</style>
border-color css
<style>
span { border-color: #3DEFDE; }
span { border-color: rgb(61,239,222); }
td.TdClassName
{
border-color: #3DEFDE;
}
.TagClassName
{
border-color: #3DEFDE;
}
</style>