Shades of Turquoise #3ED7DF
Tints of Turquoise #3ED7DF
RGB
CMYK
RGB Variations
Color information
#3ED7DF (or 0x3ED7DF) is known color: Turquoise. HEX triplet: 3E, D7 and DF. RGB value is (62,215,223). Sum of RGB (Red+Green+Blue) = 62+215+223=500 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #3ED7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ED7DF is #C12820. Grayscale: #A9A9A9. Windows color (decimal): -12658721 or 14669630. OLE color: 14669630.
HSL color Cylindrical-coordinate representation of color #3ED7DF: hue angle of 182.98º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ED7DF is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 215 | 223 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.13 |
| HSL | 182.98º | 0.72% | 0.56% | - |
| HSV(B) | 182.98º | 0.72% | 0.87% | - |
| XYZ | 39.61 | 54.95 | 78.33 | - |
| YUV | 170.17 | 157.81 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 215 | 223 | 0.72 | 0.04 | 0 | 0.13 | 182.98 | 0.72 | 0.56 |
| Hex | 3E | D7 | DF | 48 | 4 | 0 | D | B7 | 48 | 38 |
| Octal | 76 | 327 | 337 | 110 | 4 | 0 | 15 | 267 | 110 | 70 |
| Binary | 111110 | 11010111 | 11011111 | 1001000 | 100 | 0 | 1101 | 10110111 | 1001000 | 111000 |
Color Harmonies of #3ED7DF
Complementary color
Monochromatic Colors of #3ED7DF
Black with #3ED7DF
Text Example
Text Example
White with #3ED7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ED7DF; }
p { color: rgb(62,215,223); }
H1.HeaderClassName
{
color: #3ED7DF;
}
.AnyTagClassName
{
color: #3ED7DF;
}
</style>
background-color css
<style>
a { background-color: #3ED7DF; }
a { background-color: rgb(62,215,223); }
div.DivClassName
{
background-color: #3ED7DF;
}
.BgClassName
{
background-color: #3ED7DF;
}
</style>
border-color css
<style>
span { border-color: #3ED7DF; }
span { border-color: rgb(62,215,223); }
td.TdClassName
{
border-color: #3ED7DF;
}
.TagClassName
{
border-color: #3ED7DF;
}
</style>