Shades of Turquoise #3DDBFF
Tints of Turquoise #3DDBFF
RGB
CMYK
RGB Variations
Color information
#3DDBFF (or 0x3DDBFF) is known color: Turquoise. HEX triplet: 3D, DB and FF. RGB value is (61,219,255). Sum of RGB (Red+Green+Blue) = 61+219+255=535 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.40% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDBFF is #C22400. Grayscale: #AFAFAF. Windows color (decimal): -12723201 or 16767805. OLE color: 16767805.
HSL color Cylindrical-coordinate representation of color #3DDBFF: hue angle of 191.13º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDBFF is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 219 | 255 | - |
| CMYK | 0.76 | 0.14 | 0 | 0 |
| HSL | 191.13º | 1% | 0.62% | - |
| HSV(B) | 191.13º | 0.76% | 1% | - |
| XYZ | 45.31 | 58.88 | 103.58 | - |
| YUV | 175.86 | 172.65 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 255 | 0.76 | 0.14 | 0 | 0 | 191.13 | 1 | 0.62 |
| Hex | 3D | DB | FF | 4C | E | 0 | 0 | BF | 64 | 3E |
| Octal | 75 | 333 | 377 | 114 | 16 | 0 | 0 | 277 | 144 | 76 |
| Binary | 111101 | 11011011 | 11111111 | 1001100 | 1110 | 0 | 0 | 10111111 | 1100100 | 111110 |
Color Harmonies of #3DDBFF
Complementary color
Monochromatic Colors of #3DDBFF
Black with #3DDBFF
Text Example
Text Example
White with #3DDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDBFF; }
p { color: rgb(61,219,255); }
H1.HeaderClassName
{
color: #3DDBFF;
}
.AnyTagClassName
{
color: #3DDBFF;
}
</style>
background-color css
<style>
a { background-color: #3DDBFF; }
a { background-color: rgb(61,219,255); }
div.DivClassName
{
background-color: #3DDBFF;
}
.BgClassName
{
background-color: #3DDBFF;
}
</style>
border-color css
<style>
span { border-color: #3DDBFF; }
span { border-color: rgb(61,219,255); }
td.TdClassName
{
border-color: #3DDBFF;
}
.TagClassName
{
border-color: #3DDBFF;
}
</style>