Shades of Turquoise #3DDFFF
Tints of Turquoise #3DDFFF
RGB
CMYK
RGB Variations
Color information
#3DDFFF (or 0x3DDFFF) is known color: Turquoise. HEX triplet: 3D, DF and FF. RGB value is (61,223,255). Sum of RGB (Red+Green+Blue) = 61+223+255=539 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.32% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DDFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDFFF is #C22000. Grayscale: #B1B1B1. Windows color (decimal): -12722177 or 16768829. OLE color: 16768829.
HSL color Cylindrical-coordinate representation of color #3DDFFF: hue angle of 189.9º 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 #3DDFFF is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 223 | 255 | - |
| CMYK | 0.76 | 0.13 | 0 | 0 |
| HSL | 189.9º | 1% | 0.62% | - |
| HSV(B) | 189.9º | 0.76% | 1% | - |
| XYZ | 46.36 | 60.99 | 103.94 | - |
| YUV | 178.21 | 171.33 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 255 | 0.76 | 0.13 | 0 | 0 | 189.9 | 1 | 0.62 |
| Hex | 3D | DF | FF | 4C | D | 0 | 0 | BE | 64 | 3E |
| Octal | 75 | 337 | 377 | 114 | 15 | 0 | 0 | 276 | 144 | 76 |
| Binary | 111101 | 11011111 | 11111111 | 1001100 | 1101 | 0 | 0 | 10111110 | 1100100 | 111110 |
Color Harmonies of #3DDFFF
Complementary color
Monochromatic Colors of #3DDFFF
Black with #3DDFFF
Text Example
Text Example
White with #3DDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDFFF; }
p { color: rgb(61,223,255); }
H1.HeaderClassName
{
color: #3DDFFF;
}
.AnyTagClassName
{
color: #3DDFFF;
}
</style>
background-color css
<style>
a { background-color: #3DDFFF; }
a { background-color: rgb(61,223,255); }
div.DivClassName
{
background-color: #3DDFFF;
}
.BgClassName
{
background-color: #3DDFFF;
}
</style>
border-color css
<style>
span { border-color: #3DDFFF; }
span { border-color: rgb(61,223,255); }
td.TdClassName
{
border-color: #3DDFFF;
}
.TagClassName
{
border-color: #3DDFFF;
}
</style>