Shades of Turquoise #3DDEF3
Tints of Turquoise #3DDEF3
RGB
CMYK
RGB Variations
Color information
#3DDEF3 (or 0x3DDEF3) is known color: Turquoise. HEX triplet: 3D, DE and F3. RGB value is (61,222,243). Sum of RGB (Red+Green+Blue) = 61+222+243=526 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.60% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 243 (95.31% from 255 or 46.20% from 526); Max value from RGB is 243 - color contains mainly: blue. Hex color #3DDEF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDEF3 is #C2210C. Grayscale: #B0B0B0. Windows color (decimal): -12722445 or 15982141. OLE color: 15982141.
HSL color Cylindrical-coordinate representation of color #3DDEF3: hue angle of 186.92º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DDEF3 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 222 | 243 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.05 |
| HSL | 186.92º | 0.88% | 0.6% | - |
| HSV(B) | 186.92º | 0.75% | 0.95% | - |
| XYZ | 44.22 | 59.71 | 93.99 | - |
| YUV | 176.26 | 165.66 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 243 | 0.75 | 0.09 | 0 | 0.05 | 186.92 | 0.88 | 0.6 |
| Hex | 3D | DE | F3 | 4B | 9 | 0 | 5 | BB | 58 | 3C |
| Octal | 75 | 336 | 363 | 113 | 11 | 0 | 5 | 273 | 130 | 74 |
| Binary | 111101 | 11011110 | 11110011 | 1001011 | 1001 | 0 | 101 | 10111011 | 1011000 | 111100 |
Color Harmonies of #3DDEF3
Complementary color
Monochromatic Colors of #3DDEF3
Black with #3DDEF3
Text Example
Text Example
White with #3DDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDEF3; }
p { color: rgb(61,222,243); }
H1.HeaderClassName
{
color: #3DDEF3;
}
.AnyTagClassName
{
color: #3DDEF3;
}
</style>
background-color css
<style>
a { background-color: #3DDEF3; }
a { background-color: rgb(61,222,243); }
div.DivClassName
{
background-color: #3DDEF3;
}
.BgClassName
{
background-color: #3DDEF3;
}
</style>
border-color css
<style>
span { border-color: #3DDEF3; }
span { border-color: rgb(61,222,243); }
td.TdClassName
{
border-color: #3DDEF3;
}
.TagClassName
{
border-color: #3DDEF3;
}
</style>