Shades of Medium Turquoise #38D1D2
Tints of Medium Turquoise #38D1D2
RGB
CMYK
RGB Variations
Color information
#38D1D2 (or 0x38D1D2) is known color: Medium Turquoise. HEX triplet: 38, D1 and D2. RGB value is (56,209,210). Sum of RGB (Red+Green+Blue) = 56+209+210=475 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.79% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 210 - color contains mainly: blue. Hex color #38D1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D1D2 is #C72E2D. Grayscale: #A3A3A3. Windows color (decimal): -13053486 or 13816120. OLE color: 13816120.
HSL color Cylindrical-coordinate representation of color #38D1D2: hue angle of 180.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D1D2 is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 210 | - |
| CMYK | 0.73 | 0.00 | 0 | 0.18 |
| HSL | 180.39º | 0.63% | 0.52% | - |
| HSV(B) | 180.39º | 0.73% | 0.82% | - |
| XYZ | 36.06 | 51.09 | 68.93 | - |
| YUV | 163.37 | 154.31 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 210 | 0.73 | 0.00 | 0 | 0.18 | 180.39 | 0.63 | 0.52 |
| Hex | 38 | D1 | D2 | 49 | 0 | 0 | 12 | B4 | 3F | 34 |
| Octal | 70 | 321 | 322 | 111 | 0 | 0 | 22 | 264 | 77 | 64 |
| Binary | 111000 | 11010001 | 11010010 | 1001001 | 0 | 0 | 10010 | 10110100 | 111111 | 110100 |
Color Harmonies of #38D1D2
Complementary color
Monochromatic Colors of #38D1D2
Black with #38D1D2
Text Example
Text Example
White with #38D1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D1D2; }
p { color: rgb(56,209,210); }
H1.HeaderClassName
{
color: #38D1D2;
}
.AnyTagClassName
{
color: #38D1D2;
}
</style>
background-color css
<style>
a { background-color: #38D1D2; }
a { background-color: rgb(56,209,210); }
div.DivClassName
{
background-color: #38D1D2;
}
.BgClassName
{
background-color: #38D1D2;
}
</style>
border-color css
<style>
span { border-color: #38D1D2; }
span { border-color: rgb(56,209,210); }
td.TdClassName
{
border-color: #38D1D2;
}
.TagClassName
{
border-color: #38D1D2;
}
</style>