Shades of Turquoise #3DDEE8
Tints of Turquoise #3DDEE8
RGB
CMYK
RGB Variations
Color information
#3DDEE8 (or 0x3DDEE8) is known color: Turquoise. HEX triplet: 3D, DE and E8. RGB value is (61,222,232). Sum of RGB (Red+Green+Blue) = 61+222+232=515 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.84% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #3DDEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDEE8 is #C22117. Grayscale: #AEAEAE. Windows color (decimal): -12722456 or 15261245. OLE color: 15261245.
HSL color Cylindrical-coordinate representation of color #3DDEE8: hue angle of 183.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DDEE8 is Cyan = 0.74, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 61 | 222 | 232 | - |
| CMYK | 0.74 | 0.04 | 0 | 0.09 |
| HSL | 183.51º | 0.79% | 0.57% | - |
| HSV(B) | 183.51º | 0.74% | 0.91% | - |
| XYZ | 42.61 | 59.06 | 85.5 | - |
| YUV | 175 | 160.16 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 232 | 0.74 | 0.04 | 0 | 0.09 | 183.51 | 0.79 | 0.57 |
| Hex | 3D | DE | E8 | 4A | 4 | 0 | 9 | B8 | 4F | 39 |
| Octal | 75 | 336 | 350 | 112 | 4 | 0 | 11 | 270 | 117 | 71 |
| Binary | 111101 | 11011110 | 11101000 | 1001010 | 100 | 0 | 1001 | 10111000 | 1001111 | 111001 |
Color Harmonies of #3DDEE8
Complementary color
Monochromatic Colors of #3DDEE8
Black with #3DDEE8
Text Example
Text Example
White with #3DDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDEE8; }
p { color: rgb(61,222,232); }
H1.HeaderClassName
{
color: #3DDEE8;
}
.AnyTagClassName
{
color: #3DDEE8;
}
</style>
background-color css
<style>
a { background-color: #3DDEE8; }
a { background-color: rgb(61,222,232); }
div.DivClassName
{
background-color: #3DDEE8;
}
.BgClassName
{
background-color: #3DDEE8;
}
</style>
border-color css
<style>
span { border-color: #3DDEE8; }
span { border-color: rgb(61,222,232); }
td.TdClassName
{
border-color: #3DDEE8;
}
.TagClassName
{
border-color: #3DDEE8;
}
</style>