Shades of Medium Turquoise #38D0DC
Tints of Medium Turquoise #38D0DC
RGB
CMYK
RGB Variations
Color information
#38D0DC (or 0x38D0DC) is known color: Medium Turquoise. HEX triplet: 38, D0 and DC. RGB value is (56,208,220). Sum of RGB (Red+Green+Blue) = 56+208+220=484 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.57% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #38D0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D0DC is #C72F23. Grayscale: #A3A3A3. Windows color (decimal): -13053732 or 14471224. OLE color: 14471224.
HSL color Cylindrical-coordinate representation of color #38D0DC: hue angle of 184.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38D0DC is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 208 | 220 | - |
| CMYK | 0.75 | 0.05 | 0 | 0.14 |
| HSL | 184.39º | 0.7% | 0.54% | - |
| HSV(B) | 184.39º | 0.75% | 0.86% | - |
| XYZ | 37.11 | 51.12 | 75.62 | - |
| YUV | 163.92 | 159.64 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 208 | 220 | 0.75 | 0.05 | 0 | 0.14 | 184.39 | 0.7 | 0.54 |
| Hex | 38 | D0 | DC | 4B | 5 | 0 | E | B8 | 46 | 36 |
| Octal | 70 | 320 | 334 | 113 | 5 | 0 | 16 | 270 | 106 | 66 |
| Binary | 111000 | 11010000 | 11011100 | 1001011 | 101 | 0 | 1110 | 10111000 | 1000110 | 110110 |
Color Harmonies of #38D0DC
Complementary color
Monochromatic Colors of #38D0DC
Black with #38D0DC
Text Example
Text Example
White with #38D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D0DC; }
p { color: rgb(56,208,220); }
H1.HeaderClassName
{
color: #38D0DC;
}
.AnyTagClassName
{
color: #38D0DC;
}
</style>
background-color css
<style>
a { background-color: #38D0DC; }
a { background-color: rgb(56,208,220); }
div.DivClassName
{
background-color: #38D0DC;
}
.BgClassName
{
background-color: #38D0DC;
}
</style>
border-color css
<style>
span { border-color: #38D0DC; }
span { border-color: rgb(56,208,220); }
td.TdClassName
{
border-color: #38D0DC;
}
.TagClassName
{
border-color: #38D0DC;
}
</style>