Shades of Turquoise #38DDF0
Tints of Turquoise #38DDF0
RGB
CMYK
RGB Variations
Color information
#38DDF0 (or 0x38DDF0) is known color: Turquoise. HEX triplet: 38, DD and F0. RGB value is (56,221,240). Sum of RGB (Red+Green+Blue) = 56+221+240=517 (68% of max value = 765). Red value is 56 (22.27% from 255 or 10.83% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #38DDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38DDF0 is #C7220F. Grayscale: #ADADAD. Windows color (decimal): -13050384 or 15785272. OLE color: 15785272.
HSL color Cylindrical-coordinate representation of color #38DDF0: hue angle of 186.2º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38DDF0 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 56 | 221 | 240 | - |
| CMYK | 0.77 | 0.08 | 0 | 0.06 |
| HSL | 186.2º | 0.86% | 0.58% | - |
| HSV(B) | 186.2º | 0.77% | 0.94% | - |
| XYZ | 43.22 | 58.84 | 91.52 | - |
| YUV | 173.83 | 165.34 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 221 | 240 | 0.77 | 0.08 | 0 | 0.06 | 186.2 | 0.86 | 0.58 |
| Hex | 38 | DD | F0 | 4D | 8 | 0 | 6 | BA | 56 | 3A |
| Octal | 70 | 335 | 360 | 115 | 10 | 0 | 6 | 272 | 126 | 72 |
| Binary | 111000 | 11011101 | 11110000 | 1001101 | 1000 | 0 | 110 | 10111010 | 1010110 | 111010 |
Color Harmonies of #38DDF0
Complementary color
Monochromatic Colors of #38DDF0
Black with #38DDF0
Text Example
Text Example
White with #38DDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38DDF0; }
p { color: rgb(56,221,240); }
H1.HeaderClassName
{
color: #38DDF0;
}
.AnyTagClassName
{
color: #38DDF0;
}
</style>
background-color css
<style>
a { background-color: #38DDF0; }
a { background-color: rgb(56,221,240); }
div.DivClassName
{
background-color: #38DDF0;
}
.BgClassName
{
background-color: #38DDF0;
}
</style>
border-color css
<style>
span { border-color: #38DDF0; }
span { border-color: rgb(56,221,240); }
td.TdClassName
{
border-color: #38DDF0;
}
.TagClassName
{
border-color: #38DDF0;
}
</style>