Shades of Turquoise #3DEFEE
Tints of Turquoise #3DEFEE
RGB
CMYK
RGB Variations
Color information
#3DEFEE (or 0x3DEFEE) is known color: Turquoise. HEX triplet: 3D, EF and EE. RGB value is (61,239,238). Sum of RGB (Red+Green+Blue) = 61+239+238=538 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.34% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEFEE is #C21011. Grayscale: #B9B9B9. Windows color (decimal): -12718098 or 15658813. OLE color: 15658813.
HSL color Cylindrical-coordinate representation of color #3DEFEE: hue angle of 179.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFEE is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 238 | - |
| CMYK | 0.74 | 0 | 0.00 | 0.06 |
| HSL | 179.66º | 0.85% | 0.59% | - |
| HSV(B) | 179.66º | 0.74% | 0.94% | - |
| XYZ | 48.22 | 68.9 | 91.65 | - |
| YUV | 185.66 | 157.53 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 238 | 0.74 | 0 | 0.00 | 0.06 | 179.66 | 0.85 | 0.59 |
| Hex | 3D | EF | EE | 4A | 0 | 0 | 6 | B4 | 55 | 3B |
| Octal | 75 | 357 | 356 | 112 | 0 | 0 | 6 | 264 | 125 | 73 |
| Binary | 111101 | 11101111 | 11101110 | 1001010 | 0 | 0 | 110 | 10110100 | 1010101 | 111011 |
Color Harmonies of #3DEFEE
Complementary color
Monochromatic Colors of #3DEFEE
Black with #3DEFEE
Text Example
Text Example
White with #3DEFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEFEE; }
p { color: rgb(61,239,238); }
H1.HeaderClassName
{
color: #3DEFEE;
}
.AnyTagClassName
{
color: #3DEFEE;
}
</style>
background-color css
<style>
a { background-color: #3DEFEE; }
a { background-color: rgb(61,239,238); }
div.DivClassName
{
background-color: #3DEFEE;
}
.BgClassName
{
background-color: #3DEFEE;
}
</style>
border-color css
<style>
span { border-color: #3DEFEE; }
span { border-color: rgb(61,239,238); }
td.TdClassName
{
border-color: #3DEFEE;
}
.TagClassName
{
border-color: #3DEFEE;
}
</style>