Shades of Turquoise #3DEFDF
Tints of Turquoise #3DEFDF
RGB
CMYK
RGB Variations
Color information
#3DEFDF (or 0x3DEFDF) is known color: Turquoise. HEX triplet: 3D, EF and DF. RGB value is (61,239,223). Sum of RGB (Red+Green+Blue) = 61+239+223=523 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.66% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFDF is #C21020. Grayscale: #B7B7B7. Windows color (decimal): -12718113 or 14675773. OLE color: 14675773.
HSL color Cylindrical-coordinate representation of color #3DEFDF: hue angle of 174.61º 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 #3DEFDF is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 223 | - |
| CMYK | 0.74 | 0 | 0.07 | 0.06 |
| HSL | 174.61º | 0.85% | 0.59% | - |
| HSV(B) | 174.61º | 0.74% | 0.94% | - |
| XYZ | 46.11 | 68.05 | 80.52 | - |
| YUV | 183.95 | 150.03 | 40.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 223 | 0.74 | 0 | 0.07 | 0.06 | 174.61 | 0.85 | 0.59 |
| Hex | 3D | EF | DF | 4A | 0 | 7 | 6 | AF | 55 | 3B |
| Octal | 75 | 357 | 337 | 112 | 0 | 7 | 6 | 257 | 125 | 73 |
| Binary | 111101 | 11101111 | 11011111 | 1001010 | 0 | 111 | 110 | 10101111 | 1010101 | 111011 |
Color Harmonies of #3DEFDF
Complementary color
Monochromatic Colors of #3DEFDF
Black with #3DEFDF
Text Example
Text Example
White with #3DEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFDF; }
p { color: rgb(61,239,223); }
H1.HeaderClassName
{
color: #3DEFDF;
}
.AnyTagClassName
{
color: #3DEFDF;
}
</style>
background-color css
<style>
a { background-color: #3DEFDF; }
a { background-color: rgb(61,239,223); }
div.DivClassName
{
background-color: #3DEFDF;
}
.BgClassName
{
background-color: #3DEFDF;
}
</style>
border-color css
<style>
span { border-color: #3DEFDF; }
span { border-color: rgb(61,239,223); }
td.TdClassName
{
border-color: #3DEFDF;
}
.TagClassName
{
border-color: #3DEFDF;
}
</style>