Shades of Turquoise #3DE8DF
Tints of Turquoise #3DE8DF
RGB
CMYK
RGB Variations
Color information
#3DE8DF (or 0x3DE8DF) is known color: Turquoise. HEX triplet: 3D, E8 and DF. RGB value is (61,232,223). Sum of RGB (Red+Green+Blue) = 61+232+223=516 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.82% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #3DE8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DE8DF is #C21720. Grayscale: #B3B3B3. Windows color (decimal): -12719905 or 14673981. OLE color: 14673981.
HSL color Cylindrical-coordinate representation of color #3DE8DF: hue angle of 176.84º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE8DF is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 232 | 223 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.09 |
| HSL | 176.84º | 0.79% | 0.57% | - |
| HSV(B) | 176.84º | 0.74% | 0.91% | - |
| XYZ | 44.1 | 64.03 | 79.85 | - |
| YUV | 179.85 | 152.35 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 232 | 223 | 0.74 | 0 | 0.04 | 0.09 | 176.84 | 0.79 | 0.57 |
| Hex | 3D | E8 | DF | 4A | 0 | 4 | 9 | B1 | 4F | 39 |
| Octal | 75 | 350 | 337 | 112 | 0 | 4 | 11 | 261 | 117 | 71 |
| Binary | 111101 | 11101000 | 11011111 | 1001010 | 0 | 100 | 1001 | 10110001 | 1001111 | 111001 |
Color Harmonies of #3DE8DF
Complementary color
Monochromatic Colors of #3DE8DF
Black with #3DE8DF
Text Example
Text Example
White with #3DE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE8DF; }
p { color: rgb(61,232,223); }
H1.HeaderClassName
{
color: #3DE8DF;
}
.AnyTagClassName
{
color: #3DE8DF;
}
</style>
background-color css
<style>
a { background-color: #3DE8DF; }
a { background-color: rgb(61,232,223); }
div.DivClassName
{
background-color: #3DE8DF;
}
.BgClassName
{
background-color: #3DE8DF;
}
</style>
border-color css
<style>
span { border-color: #3DE8DF; }
span { border-color: rgb(61,232,223); }
td.TdClassName
{
border-color: #3DE8DF;
}
.TagClassName
{
border-color: #3DE8DF;
}
</style>