Shades of Turquoise #3DDCFF
Tints of Turquoise #3DDCFF
RGB
CMYK
RGB Variations
Color information
#3DDCFF (or 0x3DDCFF) is known color: Turquoise. HEX triplet: 3D, DC and FF. RGB value is (61,220,255). Sum of RGB (Red+Green+Blue) = 61+220+255=536 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.38% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DDCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDCFF is #C22300. Grayscale: #B0B0B0. Windows color (decimal): -12722945 or 16768061. OLE color: 16768061.
HSL color Cylindrical-coordinate representation of color #3DDCFF: hue angle of 190.82º 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 #3DDCFF is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 220 | 255 | - |
| CMYK | 0.76 | 0.14 | 0 | 0 |
| HSL | 190.82º | 1% | 0.62% | - |
| HSV(B) | 190.82º | 0.76% | 1% | - |
| XYZ | 45.57 | 59.4 | 103.67 | - |
| YUV | 176.45 | 172.32 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 255 | 0.76 | 0.14 | 0 | 0 | 190.82 | 1 | 0.62 |
| Hex | 3D | DC | FF | 4C | E | 0 | 0 | BF | 64 | 3E |
| Octal | 75 | 334 | 377 | 114 | 16 | 0 | 0 | 277 | 144 | 76 |
| Binary | 111101 | 11011100 | 11111111 | 1001100 | 1110 | 0 | 0 | 10111111 | 1100100 | 111110 |
Color Harmonies of #3DDCFF
Complementary color
Monochromatic Colors of #3DDCFF
Black with #3DDCFF
Text Example
Text Example
White with #3DDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDCFF; }
p { color: rgb(61,220,255); }
H1.HeaderClassName
{
color: #3DDCFF;
}
.AnyTagClassName
{
color: #3DDCFF;
}
</style>
background-color css
<style>
a { background-color: #3DDCFF; }
a { background-color: rgb(61,220,255); }
div.DivClassName
{
background-color: #3DDCFF;
}
.BgClassName
{
background-color: #3DDCFF;
}
</style>
border-color css
<style>
span { border-color: #3DDCFF; }
span { border-color: rgb(61,220,255); }
td.TdClassName
{
border-color: #3DDCFF;
}
.TagClassName
{
border-color: #3DDCFF;
}
</style>