Shades of Turquoise #3DDFED
Tints of Turquoise #3DDFED
RGB
CMYK
RGB Variations
Color information
#3DDFED (or 0x3DDFED) is known color: Turquoise. HEX triplet: 3D, DF and ED. RGB value is (61,223,237). Sum of RGB (Red+Green+Blue) = 61+223+237=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #3DDFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDFED is #C22012. Grayscale: #AFAFAF. Windows color (decimal): -12722195 or 15589181. OLE color: 15589181.
HSL color Cylindrical-coordinate representation of color #3DDFED: hue angle of 184.77º 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 #3DDFED is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 223 | 237 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.07 |
| HSL | 184.77º | 0.83% | 0.58% | - |
| HSV(B) | 184.77º | 0.74% | 0.93% | - |
| XYZ | 43.6 | 59.88 | 89.38 | - |
| YUV | 176.16 | 162.33 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 237 | 0.74 | 0.06 | 0 | 0.07 | 184.77 | 0.83 | 0.58 |
| Hex | 3D | DF | ED | 4A | 6 | 0 | 7 | B9 | 53 | 3A |
| Octal | 75 | 337 | 355 | 112 | 6 | 0 | 7 | 271 | 123 | 72 |
| Binary | 111101 | 11011111 | 11101101 | 1001010 | 110 | 0 | 111 | 10111001 | 1010011 | 111010 |
Color Harmonies of #3DDFED
Complementary color
Monochromatic Colors of #3DDFED
Black with #3DDFED
Text Example
Text Example
White with #3DDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFED; }
p { color: rgb(61,223,237); }
H1.HeaderClassName
{
color: #3DDFED;
}
.AnyTagClassName
{
color: #3DDFED;
}
</style>
background-color css
<style>
a { background-color: #3DDFED; }
a { background-color: rgb(61,223,237); }
div.DivClassName
{
background-color: #3DDFED;
}
.BgClassName
{
background-color: #3DDFED;
}
</style>
border-color css
<style>
span { border-color: #3DDFED; }
span { border-color: rgb(61,223,237); }
td.TdClassName
{
border-color: #3DDFED;
}
.TagClassName
{
border-color: #3DDFED;
}
</style>