Shades of Turquoise #3DE9F6
Tints of Turquoise #3DE9F6
RGB
CMYK
RGB Variations
Color information
#3DE9F6 (or 0x3DE9F6) is known color: Turquoise. HEX triplet: 3D, E9 and F6. RGB value is (61,233,246). Sum of RGB (Red+Green+Blue) = 61+233+246=540 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.30% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 246 (96.48% from 255 or 45.56% from 540); Max value from RGB is 246 - color contains mainly: blue. Hex color #3DE9F6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DE9F6 is #C21609. Grayscale: #B6B6B6. Windows color (decimal): -12719626 or 16181565. OLE color: 16181565.
HSL color Cylindrical-coordinate representation of color #3DE9F6: hue angle of 184.22º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DE9F6 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 233 | 246 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.04 |
| HSL | 184.22º | 0.91% | 0.6% | - |
| HSV(B) | 184.22º | 0.75% | 0.96% | - |
| XYZ | 47.7 | 65.92 | 97.4 | - |
| YUV | 183.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 233 | 246 | 0.75 | 0.05 | 0 | 0.04 | 184.22 | 0.91 | 0.6 |
| Hex | 3D | E9 | F6 | 4B | 5 | 0 | 4 | B8 | 5B | 3C |
| Octal | 75 | 351 | 366 | 113 | 5 | 0 | 4 | 270 | 133 | 74 |
| Binary | 111101 | 11101001 | 11110110 | 1001011 | 101 | 0 | 100 | 10111000 | 1011011 | 111100 |
Color Harmonies of #3DE9F6
Complementary color
Monochromatic Colors of #3DE9F6
Black with #3DE9F6
Text Example
Text Example
White with #3DE9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE9F6; }
p { color: rgb(61,233,246); }
H1.HeaderClassName
{
color: #3DE9F6;
}
.AnyTagClassName
{
color: #3DE9F6;
}
</style>
background-color css
<style>
a { background-color: #3DE9F6; }
a { background-color: rgb(61,233,246); }
div.DivClassName
{
background-color: #3DE9F6;
}
.BgClassName
{
background-color: #3DE9F6;
}
</style>
border-color css
<style>
span { border-color: #3DE9F6; }
span { border-color: rgb(61,233,246); }
td.TdClassName
{
border-color: #3DE9F6;
}
.TagClassName
{
border-color: #3DE9F6;
}
</style>