Shades of Turquoise #3DEDE6
Tints of Turquoise #3DEDE6
RGB
CMYK
RGB Variations
Color information
#3DEDE6 (or 0x3DEDE6) is known color: Turquoise. HEX triplet: 3D, ED and E6. RGB value is (61,237,230). Sum of RGB (Red+Green+Blue) = 61+237+230=528 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.55% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 230 (90.23% from 255 or 43.56% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #3DEDE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEDE6 is #C21219. Grayscale: #B7B7B7. Windows color (decimal): -12718618 or 15134013. OLE color: 15134013.
HSL color Cylindrical-coordinate representation of color #3DEDE6: hue angle of 177.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEDE6 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 230 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.07 |
| HSL | 177.61º | 0.83% | 0.58% | - |
| HSV(B) | 177.61º | 0.74% | 0.93% | - |
| XYZ | 46.49 | 67.27 | 85.4 | - |
| YUV | 183.58 | 154.19 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 230 | 0.74 | 0 | 0.03 | 0.07 | 177.61 | 0.83 | 0.58 |
| Hex | 3D | ED | E6 | 4A | 0 | 3 | 7 | B2 | 53 | 3A |
| Octal | 75 | 355 | 346 | 112 | 0 | 3 | 7 | 262 | 123 | 72 |
| Binary | 111101 | 11101101 | 11100110 | 1001010 | 0 | 11 | 111 | 10110010 | 1010011 | 111010 |
Color Harmonies of #3DEDE6
Complementary color
Monochromatic Colors of #3DEDE6
Black with #3DEDE6
Text Example
Text Example
White with #3DEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEDE6; }
p { color: rgb(61,237,230); }
H1.HeaderClassName
{
color: #3DEDE6;
}
.AnyTagClassName
{
color: #3DEDE6;
}
</style>
background-color css
<style>
a { background-color: #3DEDE6; }
a { background-color: rgb(61,237,230); }
div.DivClassName
{
background-color: #3DEDE6;
}
.BgClassName
{
background-color: #3DEDE6;
}
</style>
border-color css
<style>
span { border-color: #3DEDE6; }
span { border-color: rgb(61,237,230); }
td.TdClassName
{
border-color: #3DEDE6;
}
.TagClassName
{
border-color: #3DEDE6;
}
</style>