Shades of Turquoise #3DDEEE
Tints of Turquoise #3DDEEE
RGB
CMYK
RGB Variations
Color information
#3DDEEE (or 0x3DDEEE) is known color: Turquoise. HEX triplet: 3D, DE and EE. RGB value is (61,222,238). Sum of RGB (Red+Green+Blue) = 61+222+238=521 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.71% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #3DDEEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDEEE is #C22111. Grayscale: #AFAFAF. Windows color (decimal): -12722450 or 15654461. OLE color: 15654461.
HSL color Cylindrical-coordinate representation of color #3DDEEE: hue angle of 185.42º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DDEEE is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 222 | 238 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.07 |
| HSL | 185.42º | 0.84% | 0.59% | - |
| HSV(B) | 185.42º | 0.74% | 0.93% | - |
| XYZ | 43.48 | 59.41 | 90.06 | - |
| YUV | 175.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 238 | 0.74 | 0.07 | 0 | 0.07 | 185.42 | 0.84 | 0.59 |
| Hex | 3D | DE | EE | 4A | 7 | 0 | 7 | B9 | 54 | 3B |
| Octal | 75 | 336 | 356 | 112 | 7 | 0 | 7 | 271 | 124 | 73 |
| Binary | 111101 | 11011110 | 11101110 | 1001010 | 111 | 0 | 111 | 10111001 | 1010100 | 111011 |
Color Harmonies of #3DDEEE
Complementary color
Monochromatic Colors of #3DDEEE
Black with #3DDEEE
Text Example
Text Example
White with #3DDEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDEEE; }
p { color: rgb(61,222,238); }
H1.HeaderClassName
{
color: #3DDEEE;
}
.AnyTagClassName
{
color: #3DDEEE;
}
</style>
background-color css
<style>
a { background-color: #3DDEEE; }
a { background-color: rgb(61,222,238); }
div.DivClassName
{
background-color: #3DDEEE;
}
.BgClassName
{
background-color: #3DDEEE;
}
</style>
border-color css
<style>
span { border-color: #3DDEEE; }
span { border-color: rgb(61,222,238); }
td.TdClassName
{
border-color: #3DDEEE;
}
.TagClassName
{
border-color: #3DDEEE;
}
</style>