Shades of Turquoise #3DDBEF
Tints of Turquoise #3DDBEF
RGB
CMYK
RGB Variations
Color information
#3DDBEF (or 0x3DDBEF) is known color: Turquoise. HEX triplet: 3D, DB and EF. RGB value is (61,219,239). Sum of RGB (Red+Green+Blue) = 61+219+239=519 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.75% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBEF is #C22410. Grayscale: #ADADAD. Windows color (decimal): -12723217 or 15719229. OLE color: 15719229.
HSL color Cylindrical-coordinate representation of color #3DDBEF: hue angle of 186.74º 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 #3DDBEF is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 219 | 239 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.06 |
| HSL | 186.74º | 0.85% | 0.59% | - |
| HSV(B) | 186.74º | 0.74% | 0.94% | - |
| XYZ | 42.84 | 57.89 | 90.58 | - |
| YUV | 174.04 | 164.65 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 239 | 0.74 | 0.08 | 0 | 0.06 | 186.74 | 0.85 | 0.59 |
| Hex | 3D | DB | EF | 4A | 8 | 0 | 6 | BB | 55 | 3B |
| Octal | 75 | 333 | 357 | 112 | 10 | 0 | 6 | 273 | 125 | 73 |
| Binary | 111101 | 11011011 | 11101111 | 1001010 | 1000 | 0 | 110 | 10111011 | 1010101 | 111011 |
Color Harmonies of #3DDBEF
Complementary color
Monochromatic Colors of #3DDBEF
Black with #3DDBEF
Text Example
Text Example
White with #3DDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBEF; }
p { color: rgb(61,219,239); }
H1.HeaderClassName
{
color: #3DDBEF;
}
.AnyTagClassName
{
color: #3DDBEF;
}
</style>
background-color css
<style>
a { background-color: #3DDBEF; }
a { background-color: rgb(61,219,239); }
div.DivClassName
{
background-color: #3DDBEF;
}
.BgClassName
{
background-color: #3DDBEF;
}
</style>
border-color css
<style>
span { border-color: #3DDBEF; }
span { border-color: rgb(61,219,239); }
td.TdClassName
{
border-color: #3DDBEF;
}
.TagClassName
{
border-color: #3DDBEF;
}
</style>