Shades of Medium Turquoise #38D1CC
Tints of Medium Turquoise #38D1CC
RGB
CMYK
RGB Variations
Color information
#38D1CC (or 0x38D1CC) is known color: Medium Turquoise. HEX triplet: 38, D1 and CC. RGB value is (56,209,204). Sum of RGB (Red+Green+Blue) = 56+209+204=469 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.94% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #38D1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D1CC is #C72E33. Grayscale: #A2A2A2. Windows color (decimal): -13053492 or 13422904. OLE color: 13422904.
HSL color Cylindrical-coordinate representation of color #38D1CC: hue angle of 178.04º degrees, saturation: 0.62, 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 #38D1CC is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 56 | 209 | 204 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.18 |
| HSL | 178.04º | 0.62% | 0.52% | - |
| HSV(B) | 178.04º | 0.73% | 0.82% | - |
| XYZ | 35.33 | 50.8 | 65.07 | - |
| YUV | 162.68 | 151.31 | 51.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 209 | 204 | 0.73 | 0 | 0.02 | 0.18 | 178.04 | 0.62 | 0.52 |
| Hex | 38 | D1 | CC | 49 | 0 | 2 | 12 | B2 | 3E | 34 |
| Octal | 70 | 321 | 314 | 111 | 0 | 2 | 22 | 262 | 76 | 64 |
| Binary | 111000 | 11010001 | 11001100 | 1001001 | 0 | 10 | 10010 | 10110010 | 111110 | 110100 |
Color Harmonies of #38D1CC
Complementary color
Monochromatic Colors of #38D1CC
Black with #38D1CC
Text Example
Text Example
White with #38D1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38D1CC; }
p { color: rgb(56,209,204); }
H1.HeaderClassName
{
color: #38D1CC;
}
.AnyTagClassName
{
color: #38D1CC;
}
</style>
background-color css
<style>
a { background-color: #38D1CC; }
a { background-color: rgb(56,209,204); }
div.DivClassName
{
background-color: #38D1CC;
}
.BgClassName
{
background-color: #38D1CC;
}
</style>
border-color css
<style>
span { border-color: #38D1CC; }
span { border-color: rgb(56,209,204); }
td.TdClassName
{
border-color: #38D1CC;
}
.TagClassName
{
border-color: #38D1CC;
}
</style>