Shades of Turquoise #3DF8EF
Tints of Turquoise #3DF8EF
RGB
CMYK
RGB Variations
Color information
#3DF8EF (or 0x3DF8EF) is known color: Turquoise. HEX triplet: 3D, F8 and EF. RGB value is (61,248,239). Sum of RGB (Red+Green+Blue) = 61+248+239=548 (72% of max value = 765). Red value is 61 (24.22% from 255 or 11.13% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF8EF is #C20710. Grayscale: #BEBEBE. Windows color (decimal): -12715793 or 15726653. OLE color: 15726653.
HSL color Cylindrical-coordinate representation of color #3DF8EF: hue angle of 177.11º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8EF is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 239 | - |
| CMYK | 0.75 | 0 | 0.04 | 0.03 |
| HSL | 177.11º | 0.93% | 0.61% | - |
| HSV(B) | 177.11º | 0.75% | 0.97% | - |
| XYZ | 51.07 | 74.36 | 93.32 | - |
| YUV | 191.06 | 155.05 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 239 | 0.75 | 0 | 0.04 | 0.03 | 177.11 | 0.93 | 0.61 |
| Hex | 3D | F8 | EF | 4B | 0 | 4 | 3 | B1 | 5D | 3D |
| Octal | 75 | 370 | 357 | 113 | 0 | 4 | 3 | 261 | 135 | 75 |
| Binary | 111101 | 11111000 | 11101111 | 1001011 | 0 | 100 | 11 | 10110001 | 1011101 | 111101 |
Color Harmonies of #3DF8EF
Complementary color
Monochromatic Colors of #3DF8EF
Black with #3DF8EF
Text Example
Text Example
White with #3DF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF8EF; }
p { color: rgb(61,248,239); }
H1.HeaderClassName
{
color: #3DF8EF;
}
.AnyTagClassName
{
color: #3DF8EF;
}
</style>
background-color css
<style>
a { background-color: #3DF8EF; }
a { background-color: rgb(61,248,239); }
div.DivClassName
{
background-color: #3DF8EF;
}
.BgClassName
{
background-color: #3DF8EF;
}
</style>
border-color css
<style>
span { border-color: #3DF8EF; }
span { border-color: rgb(61,248,239); }
td.TdClassName
{
border-color: #3DF8EF;
}
.TagClassName
{
border-color: #3DF8EF;
}
</style>