Shades of Turquoise #38D4DC
Tints of Turquoise #38D4DC
RGB
CMYK
RGB Variations
Color information
#38D4DC (or 0x38D4DC) is known color: Turquoise. HEX triplet: 38, D4 and DC. RGB value is (56,212,220). Sum of RGB (Red+Green+Blue) = 56+212+220=488 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.48% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #38D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D4DC is #C72B23. Grayscale: #A6A6A6. Windows color (decimal): -13052708 or 14472248. OLE color: 14472248.
HSL color Cylindrical-coordinate representation of color #38D4DC: hue angle of 182.93º 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 #38D4DC is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 56 | 212 | 220 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.14 |
| HSL | 182.93º | 0.7% | 0.54% | - |
| HSV(B) | 182.93º | 0.75% | 0.86% | - |
| XYZ | 38.09 | 53.1 | 75.95 | - |
| YUV | 166.27 | 158.32 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 212 | 220 | 0.75 | 0.04 | 0 | 0.14 | 182.93 | 0.7 | 0.54 |
| Hex | 38 | D4 | DC | 4B | 4 | 0 | E | B7 | 46 | 36 |
| Octal | 70 | 324 | 334 | 113 | 4 | 0 | 16 | 267 | 106 | 66 |
| Binary | 111000 | 11010100 | 11011100 | 1001011 | 100 | 0 | 1110 | 10110111 | 1000110 | 110110 |
Color Harmonies of #38D4DC
Complementary color
Monochromatic Colors of #38D4DC
Black with #38D4DC
Text Example
Text Example
White with #38D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D4DC; }
p { color: rgb(56,212,220); }
H1.HeaderClassName
{
color: #38D4DC;
}
.AnyTagClassName
{
color: #38D4DC;
}
</style>
background-color css
<style>
a { background-color: #38D4DC; }
a { background-color: rgb(56,212,220); }
div.DivClassName
{
background-color: #38D4DC;
}
.BgClassName
{
background-color: #38D4DC;
}
</style>
border-color css
<style>
span { border-color: #38D4DC; }
span { border-color: rgb(56,212,220); }
td.TdClassName
{
border-color: #38D4DC;
}
.TagClassName
{
border-color: #38D4DC;
}
</style>