Shades of Turquoise #3DDDF2
Tints of Turquoise #3DDDF2
RGB
CMYK
RGB Variations
Color information
#3DDDF2 (or 0x3DDDF2) is known color: Turquoise. HEX triplet: 3D, DD and F2. RGB value is (61,221,242). Sum of RGB (Red+Green+Blue) = 61+221+242=524 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.64% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #3DDDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDDF2 is #C2220D. Grayscale: #AFAFAF. Windows color (decimal): -12722702 or 15916349. OLE color: 15916349.
HSL color Cylindrical-coordinate representation of color #3DDDF2: hue angle of 186.96º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DDDF2 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 221 | 242 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.05 |
| HSL | 186.96º | 0.87% | 0.59% | - |
| HSV(B) | 186.96º | 0.75% | 0.95% | - |
| XYZ | 43.81 | 59.12 | 93.11 | - |
| YUV | 175.55 | 165.49 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 242 | 0.75 | 0.09 | 0 | 0.05 | 186.96 | 0.87 | 0.59 |
| Hex | 3D | DD | F2 | 4B | 9 | 0 | 5 | BB | 57 | 3B |
| Octal | 75 | 335 | 362 | 113 | 11 | 0 | 5 | 273 | 127 | 73 |
| Binary | 111101 | 11011101 | 11110010 | 1001011 | 1001 | 0 | 101 | 10111011 | 1010111 | 111011 |
Color Harmonies of #3DDDF2
Complementary color
Monochromatic Colors of #3DDDF2
Black with #3DDDF2
Text Example
Text Example
White with #3DDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDDF2; }
p { color: rgb(61,221,242); }
H1.HeaderClassName
{
color: #3DDDF2;
}
.AnyTagClassName
{
color: #3DDDF2;
}
</style>
background-color css
<style>
a { background-color: #3DDDF2; }
a { background-color: rgb(61,221,242); }
div.DivClassName
{
background-color: #3DDDF2;
}
.BgClassName
{
background-color: #3DDDF2;
}
</style>
border-color css
<style>
span { border-color: #3DDDF2; }
span { border-color: rgb(61,221,242); }
td.TdClassName
{
border-color: #3DDDF2;
}
.TagClassName
{
border-color: #3DDDF2;
}
</style>